Announcement

Collapse
No announcement yet.

Maxscript command for lightcache passes/threads?

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

  • Maxscript command for lightcache passes/threads?

    Is there a way to see what all the vray maxscript params are? I'm having a little License problem that i've already inquired about - it connects via hamachi fine - I can render, open mat editor, etc. but the render UI doesn't show, so I loaded a vray preset i'd saved at work, but I forgot to bring the LC threads down from 8 to 4, so does anyone know how to do this via maxscript?

  • #2
    Nevermind:

    renderers.current.lightcache_numPasses 4

    ..and to see all commands:

    show renderers.current

    Comment


    • #3
      It should be something like this:

      Code:
      renderers.current.lightcache_numPasses=[i]N[/i]
      You can view all MaxScript parameters by typing:

      Code:
      showProperties renderers.current
      Best regards,
      Vlado
      I only act like I know everything, Rogers.

      Comment

      Working...
      X