Would be cool to save your current render elements into a preset library and have the control to add the presets together. Could be a nice time saver and also remove user error of forgetting render elements...
Announcement
Collapse
No announcement yet.
Save 'presets' for render elements
Collapse
X
-
The render elements are actual nodes in the Maya scene graph, so there's no way to save them as a preset as such. However you could set up your render elements in a separate scene and just reference that.
Best regards,
VladoI only act like I know everything, Rogers.
-
Create renders elements
Select all render elements and save (save button on the bottom)
Remove all render elements
Create a reference of your previous saved render elements. You can create a reference with no namespace like : cmds.file("blabla/renderElements_v01.mb", reference=True, defaultNamespace=True )
Enable : use reference on the render elements tab
Comment
Comment