Announcement

Collapse
No announcement yet.

VrayRT maxscript commands

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

  • VrayRT maxscript commands

    here is a list of methods/properties:

    show renderers.activeShade

    ->

    .traceDepth : integer
    .gi : boolean
    .gi_depth : integer
    .bundleSize : integer
    .raysPerPixel : integer
    .coherentTracing : boolean
    .showStatistics : boolean
    .overrideMtl_on : boolean
    .overrideMtl_mtl : material
    .vrscene_on : boolean
    .vrscene_fileName : filename
    .vrscene_dontRender : boolean


    viewport:

    actionMan.executeAction 0 "40701" --render active shade (window)

    actionMan.executeAction 0 "40702" -- Render: ActiveShade Viewport
    --this command starts activeshade in the current viewport

    actionMan.executeAction 6 "40713" -- ActiveShade: Close
    --this command should close it, but it doesn't work?


    that's what I found for now...
    Marc Lorenz
    ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___
    www.marclorenz.com
    www.facebook.com/marclorenzvisualization

  • #2
    Hello !
    You can also use the command :
    renderers.renderDialogMode = #ActiveShade
    then "max quick render" to run an activeshade render
    of course it's better to check if activeshade is RT before : renderers.activeshade = vrayrt()

    Does anyone know how to close the activeshade window via Script !!!! I'm crying to know how to do that....
    Jérôme Prévost.
    SolidRocks, the V-Ray Wizard.
    http://solidrocks.subburb.com

    Comment

    Working...
    X