AlembicCamera : Camera {12d04f5b,493178fb}
Exposes to MAXScript the Alembic Camera used by the Alembic Importer. Available in 3ds Max 2016 and higher.
Value > MAXWrapper > Node > Camera > AlembicCamera |
Class instances not creatable by MAXScript.
<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.
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.