Difference between revisions of "Maya Misc"

From Antoine Vienne | Wiki
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...")
 
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>
 
</pre>

Revision as of 17:57, 18 January 2021

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;