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...
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...
Comment