Announcement

Collapse
No announcement yet.

Maxscript access to auto exposure?

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

  • Maxscript access to auto exposure?

    Hello!

    Loving auto-exposure and how much it speeds up workflow for me.
    I would love to create a small UI button that allows me to enable/disable auto-exposure with a single click. Is enabling and disabling auto-exposure possible in maxscript?
    James Burrell www.objektiv-j.com
    Visit my Patreon patreon.com/JamesBurrell

  • #2
    Hi thanks for posting. Below is the script for enabling auto exposure:

    renderers.current.camera_autoExposure=true
    Change it like so if you want to disable auto exposure:

    renderers.current.camera_autoExposure=false
    Vladimir Krastev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Originally posted by vladimir_krastev View Post
      Hi thanks for posting. Below is the script for enabling auto exposure:



      Change it like so if you want to disable auto exposure:

      Thank you, Valdimir!
      James Burrell www.objektiv-j.com
      Visit my Patreon patreon.com/JamesBurrell

      Comment

      Working...
      X