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 : filenameGets/sets the Alembic .ABC source file name.
<AlembicCamera>.object : stringGets/sets the object path definition string within the Alembic .ABC file.
<AlembicCamera>.playbackType (Playback_Type) : integerGets/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 : floatGets/sets the start frame of the playback range.
Applicable when .playbackType is set to 1 or 2.
<AlembicCamera>.playbackEnd : floatGets/sets the end frame of the playback range.
Applicable when .playbackType is set to 2.
<AlembicCamera>.playbackFrame : floatGets/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   --  integerUsed by the versioning system for Alembic properties. For internal use only.