This should do it: import maya.cmds as mc import shutil # Gets all 'file' nodes in maya fileList = mc.ls(type='file') # For each file node..
確定! 回上一頁