View Single Post
# 51 19-04-2012 , 05:48 PM
Registered User
Join Date: Apr 2012
Posts: 1

loading mental ray rendering presets

hello! nice script! specially it was nice because I didn't think of the try:catch in my python script that does a render and a save too.

Now my only problem lies in saving user defined render settings, change my quality presets to draft or production, and load the user defined settings again. Saving and loading is easy, I use cmds.nodePreset(save=["defaultRenderGlobals", "UserDefined"]), but for setting my own render settings (i just need standard or draft) i dont know really how to do it, since the "load draft" presets folder is hardcoded. My only solution is to go to each computer and save a presets file... I would rather find a more elegant solution.

Do you have any idea? thanks

Kevin