Difference between revisions of "Maya Misc"
Jump to navigation
Jump to search
(Created page with "=Maya Misc= === Loading Alembic sequence in separate frames with V-Ray proxy === <pre> Import V-Ray proxy > Select first frame > Replace frame padding (by example 0001) by <fr...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Maya Misc= | =Maya Misc= | ||
+ | |||
=== Loading Alembic sequence in separate frames with V-Ray proxy === | === Loading Alembic sequence in separate frames with V-Ray proxy === | ||
<pre> | <pre> | ||
Import V-Ray proxy > Select first frame > Replace frame padding (by example 0001) by <frame04> if you have a padding of 4 | Import V-Ray proxy > Select first frame > Replace frame padding (by example 0001) by <frame04> if you have a padding of 4 | ||
+ | </pre> | ||
+ | === Fix render layers === | ||
+ | <pre> | ||
+ | //Just enter following in MEL command: | ||
+ | |||
+ | fixRenderLayerOutAdjustmentErrors; | ||
+ | </pre> | ||
+ | |||
+ | === Dynamic spline IK chain === | ||
+ | <pre> | ||
+ | https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2018/ENU/Maya-CharEffEnvBuild/files/GUID-39BDA542-9C26-48E3-B7A1-FC3983FFBECE-htm.html | ||
+ | </pre> | ||
+ | |||
+ | === Flexible ribbon rig === | ||
+ | <pre> | ||
+ | https://www.creativebloq.com/how-to/how-to-make-a-flexible-ribbon-rig | ||
+ | </pre> | ||
+ | |||
+ | === Change shape transform === | ||
+ | <pre> | ||
+ | // From Emil3D on Cgtalk | ||
+ | Select the shape node then the transform node and in the command line type: | ||
+ | parent -r -s; | ||
+ | and press Enter. | ||
</pre> | </pre> |
Latest revision as of 13:17, 19 April 2021
Contents
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.