I have problem with Max 2009 and VRay presets. I can save to presets, and I do see the presets show up in the list. I check the vray.cfg in a texteditor and see the different settings are correct. However nothing changes after loading different presets, even not if I close the render dialog and open the render dialog again nothing has loaded, it keeps the old settings. What´s wrong here?
Announcement
Collapse
No announcement yet.
Preset problem
Collapse
X
-
It´s not read-only, thanks anyway.
I am just producing about 100 stills for a viz-project and I have to manually do all the changes in VRay each time I jump between test and sending renders away for finals. Timeconsuming...
Vlado, do you have any ideas?
Thanks!
Comment
-
Have you tried using the Max preset system, I works fine for us.
The read only issue also crops up due to permissions with Max 9 / XP, we had to make a bunch of custom changes to user accounts to get it working flawlessly...Two heads are better than one ...
....but some head is better than none.....
Comment
-
Originally posted by Mats_O View PostYes, I tried Max own and that works fine which is good. So why does VRay has its own at all?
Best regards,
VladoI only act like I know everything, Rogers.
Comment
-
Just to whip this up.
Will there be a decent Vray preset manager? All the scripts I've seen have the scripters own settings in there.
Comment
-
-
Sorry for the late reply but I just tested this script. I can't really get it to work.
Everytime I assign a preset to vray I states that vray is not the current renderer.
It seems this script was written for an older version so many of the new items are not added in the presets. Is there a way to fix this?
Comment
-
Originally posted by nils_p View PostSorry for the late reply but I just tested this script. I can't really get it to work.
Everytime I assign a preset to vray I states that vray is not the current renderer.
It seems this script was written for an older version so many of the new items are not added in the presets. Is there a way to fix this?
Code:if (findString (slot as string) "VRay"!=undefined) then return true
Code:if (findString (slot as string) "V_Ra"!=undefined) then return true
Comment
-
Originally posted by RErender View Post
Code:if (findString (slot as string) "V_Ra"!=undefined) then return true
Thx It works. You're the man!
Is there a list of all new commands (reinhart; gamma; DMC; etc...) so I can insert them myself in the presets?
Comment
-
Hopefully he will.
I just want to make my own specific preset but I don't know the vray settings in maxscript
Comment
Comment