Beispiel #1
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.rhombusPoints )
Beispiel #2
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.movePoints )
Beispiel #3
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls(sl=1)
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo(sel, sgModel.Controller.move2Points)
Beispiel #4
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.cylinderPoints )
Beispiel #5
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.circlePoints )
Beispiel #6
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls(sl=1)
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo(sel, sgModel.Controller.pinPoints)
Beispiel #7
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.crossPoints )
Beispiel #8
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls(sl=1)
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo(sel, sgModel.Controller.cylinderPoints)
Beispiel #9
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls(sl=1)
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo(sel, sgModel.Controller.circlePoints)
Beispiel #10
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.sidePinPoints )
Beispiel #11
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.directionPoints )
Beispiel #12
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls(sl=1)
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo(sel, sgModel.Controller.rhombusPoints)
Beispiel #13
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.spherePoints )
Beispiel #14
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.switchPoints )
Beispiel #15
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.bendedArrowPoints )
Beispiel #16
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls(sl=1)
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo(sel, sgModel.Controller.bendedArrowPoints)
Beispiel #17
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls(sl=1)
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo(sel, sgModel.Controller.crossPoints)
Beispiel #18
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.trianglePoints )
Beispiel #19
0
from sgMaya import sgModel, sgCmds

sels = cmds.ls( sl=1 )
if not sels: sels = [None]
for sel in sels:
    sgCmds.putControllerToGeo( sel, sgModel.Controller.diamondPoints )