Announcement

Collapse
No announcement yet.

Callback for Vray Settings?

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

  • Callback for Vray Settings?

    Might have been answered before, but i couldn't find any topic about it. Is there any callback to register changes on the vray settings dialog? #renderParamsChanged only registers partial parameters on the common tab.

    Thanks!

  • #2
    The only way I know is from C++ where you can create a reference to the renderer object and you will get notification messages whenever something changes.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      Ah, too complex for what i pretend hehe. Thanks anyway!

      Comment


      • #4
        Code:
        when parameters renderers.current change id:#myChangeHandler do (print "Parameters Changed")
        Note that this will not tell you which parameter changed.

        Comment


        • #5
          That's what i'm looking for, thank you very much!

          Comment


          • #6
            For Vlado, creating a reference for a rendered object in C++ is like us creating a box in max viewport
            3LP Team

            Comment

            Working...
            X