Object Hierarchy | Related C++ Class: SceneItem
Inheritance
SIObject
ProjectItem
SceneItem
Description
The SceneItem object represents an object in the scene (i.e. something with properties) in Softimage from which all other scene objects derive.
Methods
|
|
|
|
Properties
Examples
VBScript Example
dim sceneItem set sceneItem = ActiveProject.ActiveScene.Root LogMessage "Scene material shader: " & sceneItem.Properties("Scene_Material").Shaders(0)
Autodesk Softimage v7.5