Пример #1
0
def importMetal(*args):
    fPath = fileSearch.search(projPath)
    print fPath
    mc.textField('mnPath', e=True, text=fPath)
Пример #2
0
def importEmission(*args):
    fPath = fileSearch.search(projPath)
    print fPath
    mc.textField('emPath', e=True, text=fPath)
Пример #3
0
def importBump(*args):
    fPath = fileSearch.search(projPath)
    print fPath
    mc.textField('bpPath', e=True, text=fPath)
Пример #4
0
def importColor(*args):
    fPath = fileSearch.search(projPath)
    print fPath
    mc.textField('cPath', e=True, text=fPath)