Announcement

Collapse
No announcement yet.

acccessing vray properties from maxscript

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

  • acccessing vray properties from maxscript

    Hi,

    If I open the maxscript listener and change some vray properties of an object, it doesn't record them. Is there anyway of doing this?

    In particular I want to change objects to matte objects, and edit their alpha contribution via a script.

    Cheers
    Nick
    F10Nick
    http://www.f10studios.co.uk/

  • #2
    Look at the getUserProp() maxScript function, as well as the node user properties.

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

    Comment


    • #3
      using the getPropNames() method on the renderer, you also get access to all of the render dialog properties.

      A while ago i started (and stopped) writing a script to optimise mem usage Vs renderspeed, based on the user's system memory and the number of polys in the scene (borrowing from XSI's bsp optimiser concept).

      I'd love to know if there's a way of recovering from the renderer the amount of memory used in the rendering process, as letting the script realise the pc is swapping to disk through the rendertime alone is quite inefficient :P.

      Lele

      Comment

      Working...
      X