Announcement

Collapse
No announcement yet.

Vray MXS question.

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

  • Vray MXS question.

    Hi there,

    I am back on my script that accesses all of the vray render params.
    There seems to be missing one parameter...the AA filter type (blend, area, catmull-rom....)

    I guess what I am looking for is:

    getProperty renderers.production #filter_type

    that would return an integer with the aa filter type.

    Is there another method? or am I missing something?

    Thanks!
    Bill Dahlinger

  • #2
    This is added for the next build; the property name is "filter_kernel", however it returns a Max AA filter object, not an integer number. You need to ask this object for the particular class ID, if you want to save it.

    If you want to take a look at the new build, send us an email at vray@chaosgroup.com

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

    Comment


    • #3
      Hi Vlado,

      That will work fine, thanks!!!

      Bill



      Originally posted by vlado
      This is added for the next build; the property name is "filter_kernel", however it returns a Max AA filter object, not an integer number. You need to ask this object for the particular class ID, if you want to save it.

      If you want to take a look at the new build, send us an email at vray@chaosgroup.com

      Best regards,
      Vlado

      Comment


      • #4
        a date for the new build??

        Comment

        Working...
        X