コード例 #1
0
ファイル: uitypes.py プロジェクト: tbarbieri/pymel
 def setPathCB(name):
     import windows
     f = windows.promptForPath()
     if f:
         cmds.textFieldButtonGrp( name, e=1, text=f, forceChangeCommand=True)
コード例 #2
0
ファイル: uitypes.py プロジェクト: cgrebeld/pymel
 def setPathCB(name):
     import windows
     f = windows.promptForPath()
     if f:
         cmds.textFieldButtonGrp( name, e=1, text=f)