Renderer (Pass)
Introduced
7.0
Description
Returns the rendering engine that this pass uses as a Renderer object.
C# Syntax
// get accessor Renderer rtn = Pass.Renderer;
Examples
JScript Example
// Print the name of the rendering engine used by this pass. var oPass = Application.ActiveProject.ActiveScene.ActivePass; Application.LogMessage( "Pass rendering engine: " + oPass.Renderer.Name );
See Also
Autodesk Softimage v7.5