top of page


Search


Import ALL alembic to Maya | Rename and IMPORT alembic files to Maya as is | Using Python
A small python snippet to IMPORT all Alembics from a Folder into Maya and rename them as per the File Name Code : import maya.cmds as...
Jul 17, 20211 min read
Export Selection to ASS from Maya NO UI | Using Python
A small python snippet to export ASS from Maya.... Code : import maya.cmds as cmds listItem = cmds.ls(selection = True) saveFilePath =...
Jul 17, 20211 min read
bottom of page