AlembicCamera : Camera {12d04f5b,493178fb}
Exposes to MAXScript the Alembic Camera used by the Alembic Importer. Available in 3ds Max 2016 and higher.
Constructor
Class instances not creatable by MAXScript.
Properties
<AlembicCamera>.source : filename
Gets/sets the Alembic .ABC source file name.
<AlembicCamera>.object : string
Gets/sets the object path definition string within the Alembic .ABC file.
<AlembicCamera>.playbackType (Playback_Type) : integer
Gets/sets the playback type drop-down list selection index.
Possible values are:
0 - Original Range (default) - use the start and end values stored in the .ABC file.
1 - Custom Start - use the .playbackStart
property to define a custom start frame to play back from.
2 - Custom Range - use the .playbackStart
and .playbackEnd
properties to define a custom sub-range to play back.
3 - Playback Graph - keyframe the .playbackFrame
property to define the file's frame to be loaded on each scene frame.
<AlembicCamera>.playbackStart : float
Gets/sets the start frame of the playback range.
Applicable when .playbackType
is set to 1 or 2.
<AlembicCamera>.playbackEnd : float
Gets/sets the end frame of the playback range.
Applicable when .playbackType
is set to 2.
<AlembicCamera>.playbackFrame : float
Gets/sets the current playback frame.
Keyframe this property to produce custom playback within the defined range, or set to a static value to load a single frame.
Applicable when .playbackType
is set to 3.
<AlembicCamera>.playbackStartGen Integer default: 3 -- integer
<AlembicCamera>.playbackEndGen Integer default: 1 -- integer
<AlembicCamera>.playbackTypeGen Integer default: 4 -- integer
<AlembicCamera>.playbackFrameGen Integer default: 2 -- integer
<AlembicCamera>.generationId Integer default: 0 -- integer
Used by the versioning system for Alembic properties. For internal use only.