Object Hierarchy | Related C++ Class: PassContainer | Supported Parameter List: Passes
Inheritance
SIObject
ProjectItem
PassContainer
Introduced
6.0
Description
The PassContainer object represents the pass container object found in the scene which holds all the render Passes in the scene and all the global render options.
Methods
|
|
Properties
|
|
|
Examples
VBScript Example
' ' This example demonstrates how to access the PassContainer for the current scene ' dim passContainer set passContainer = ActiveProject.ActiveScene.PassContainer Application.LogMessage "Number of passes in the scene: " & passContainer.Passes.Count
Autodesk Softimage v7.5