Maya Misc

From Antoine Vienne | Wiki
Jump to navigation Jump to search

Maya Misc

Loading Alembic sequence in separate frames with V-Ray proxy

Import V-Ray proxy > Select first frame > Replace frame padding (by example 0001) by <frame04> if you have a padding of 4

Fix render layers

//Just enter following in MEL command:

fixRenderLayerOutAdjustmentErrors;

Dynamic spline IK chain

https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2018/ENU/Maya-CharEffEnvBuild/files/GUID-39BDA542-9C26-48E3-B7A1-FC3983FFBECE-htm.html

Flexible ribbon rig

https://www.creativebloq.com/how-to/how-to-make-a-flexible-ribbon-rig

Change shape transform

// From Emil3D on Cgtalk

Select the shape node then the transform node and in the command line type:
parent -r -s;
and press Enter.