Announcement

Collapse
No announcement yet.

Viewport IPR Maxscript exposure?

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

  • Viewport IPR Maxscript exposure?

    I know how to control VFB IPR with Maxscript.
    Can I do same thing for Viewport IPR?

  • #2
    Code:
    macros.run "VRay" "VRayViewportIPR"
    Once to start it, once to stop it.
    Lele
    Trouble Stirrer in RnD @ Chaos
    ----------------------
    emanuele.lecchi@chaos.com

    Disclaimer:
    The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.

    Comment


    • #3
      Thanks for the pointer. I checked the code.

      vrayViewportIPRControl 0 3 - Vray viewport IPR on
      vrayViewportIPRControl 0 4 - Vray viewport IPR off
      vrayViewportIPRControl 1 3 - VrayGPU viewport IPR on
      vrayViewportIPRControl 1 4 - VrayGPU viewport IPR off

      Comment

      Working...
      X