Announcement

Collapse
No announcement yet.

Maxscript - no access to output when using RT GPU

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

  • Maxscript - no access to output when using RT GPU

    Hi all

    When using RT GPU 3.6, there appears to be no maxscript access to the VFB output properties such as:
    .output_splitgbuffer : boolean
    .output_splitfilename : filename

    Works fine in ADV

    Is this the same for Next beta1?

    Kind Regards,
    Morne

  • #2
    I just checked, its the same issue for version 4 (Next beta1)
    Kind Regards,
    Morne

    Comment


    • #3
      Hello,

      To access those settings when V-Ray GPU is the current renderer you need to use ".V_Ray_settings." and then the V-Ray setting you want to change. For example:

      Code:
      renderers.current.V_Ray_settings.output_splitgbuffer
      Best regards,
      Yavor
      Yavor Rubenov
      V-Ray for 3ds Max developer

      Comment


      • #4
        Ah, thanks Yavor!
        Kind Regards,
        Morne

        Comment

        Working...
        X