Announcement

Collapse
No announcement yet.

Startup Script to Disable "Physical Camera Exposure Control"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Startup Script to Disable "Physical Camera Exposure Control"

    Is there such a way to do this in order to guarantee no exposure control in the environment parameters? Thanks in advance -T

  • #2
    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
    and save it in a file called "switchoff_exposure.ms" or whatever else you like. Just make sure the extension is .ms
    Then add that as a pre-render script
    Last edited by Morne; 17-02-2016, 02:28 AM.
    Kind Regards,
    Morne

    Comment

    Working...
    X