Is there such a way to do this in order to guarantee no exposure control in the environment parameters? Thanks in advance -T
Announcement
Collapse
No announcement yet.
Startup Script to Disable "Physical Camera Exposure Control"
Collapse
X
-
You want to do this because you prefer using VRay's cam instead of the new Max physical cam?
Instead of adding it to startup, I suggest adding it to pre-render. Because even if switched off, it can be swithed on acidently during work or whenever you add a physical cam.
I have a free pre-render script that does a bunch of things, but for your purposes you just need one thing.
Take this code:
Code:SceneExposureControl.exposureControl = undefined
Then add that as a pre-render scriptLast edited by Morne; 17-02-2016, 02:28 AM.Kind Regards,
Morne
Comment