MM Tools
This is a collection of mel scripts I have wrote and I have been using in production.
This product is mostly dedicated to the people in the industry who have been passing it around and lost it or want to give a donation for the work I put on it.
They are mostly focused on blendShape modelling.
- Cluster Tools
- Belndshape Tools
- Bake out Shapes
Installation:
Copy the unzipped files
mmTools.mel
bsMan.mel
splitShape.mel
uvShapeTransfer.mel
in the maya scripts folder
To Launch
source "mmTools.mel";
mmToolsUI;
Commands for shortcuts:
Create paintable Cluster:
source "mmTools.mel";
makePaintableCluster;
Select latest created Cluster:
source "mmTools.mel";
selectLatestCluster;
Paint Cluster:
source "mmTools.mel";
paintCluster;
Smooth Flood:
source "mmTools.mel";
smoothFlood;
Toggle cluster:
source "mmTools.mel";
toggleClusterNodeState;