示例#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 )
示例#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 )
示例#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)
示例#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 )
示例#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 )
示例#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)
示例#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 )
示例#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)
示例#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)
示例#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 )
示例#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 )
示例#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)
示例#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 )
示例#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 )
示例#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 )
示例#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)
示例#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)
示例#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 )
示例#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 )