-
Install Maya art tool scripts (.mel) in your scripts folder.
Window Folder: C:\Users\USERNAME\Documents\maya*VERSION*\scripts
Macintosh Folder: ~/Library/Preferences/Autodesk/maya/VERSION/scripts
*** Usage: Remove Unwanted Namespace From All Objects
- In Maya open the Script Editor and go to the Mel tab, copy and paste command below: ########################
babylonNameTool();
######################## 2. Highlight it and click on "Save Script to Shelf...", specify a name ('Names') and click "OK".
*** Usage: Reskin and combine selected meshes with new max influencers.
- In Maya open the Script Editor and go to the Mel tab, copy and paste command below: ########################
babylonReskinTool();
######################## 2. Highlight it and click on "Save Script to Shelf...", specify a name ('Reskin') and click "OK".