예제 #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)