Interfaces > Core Interfaces > sceneStateMgr |
This Interface provides access to the Scene State Manager feature in 3ds Max 8 and higher.
Returns the number of scene states.
Returns the name of the indexed scene state.
Returns the index of the named scene state.
Creates a scene state with the given name and the supplied array of parts. Returns true on success, false otherwise.
Restores the scene state with the given name using the supplied array of parts. Returns true on success, false otherwise.
Deletes the scene state with the given name. Returns true on success, false otherwise.
Renames the scene state with the given old name to the new name. Returns true on success, false otherwise.
Returns a bitarray containing the parts in the scene state with the given name. Returns true on success, false otherwise.
Returns the number of parts as integer.
Returns the index of the supplied part name string.
Returns the name string of the indexed part.
Captures all parts to a state with the given name. Returns true on success, false otherwise.
Restores all parts to the given state. Returns true on success, false otherwise.