PyClip Attributes
name (type 'str')
The name of an object in the Media Panel, resolving tokens if any are present.
Value range:
Noneuid (type 'str')
The unique identifier of an object in the Media Panel.
Value range:
Nonetoken_name (type 'str')
The tokenized name of an object in the Media Panel.
Value range:
Noneexpanded (type 'bool')
The expanded state of an object in the Media Panel. If you're expanding/collapsing a Shared Library, you must have exclusive access if you want this property to be persisted.
Value range:
- True
- False
colour (type 'tuple')
The colour of an object in the Media Panel.
Value range:
- (0.0, 0.0, 0.0)
- (1.0, 1.0, 1.0)
colour_label (type 'str')
The colour label of an object in the Media Panel.
Value range:
Noneselected (type 'bool')
The PyArchiveEntry is selected in the Media Panel.
Value range:
- True
- False
start_time (class 'flame.PyTime')
The Clip's start time, as a PyTime object.
Value range:
Nonein_mark (type 'NoneType')
The Clip's In mark. Undefined until set. Set as a timecode, or a frame number relative to the start of the clip (1 based). The mark is exclusive or inclusive, depending on the application Preference.
Value range:
Noneout_mark (type 'NoneType')
The Clip's out mark. Undefined until set. Set as a timecode, or a frame number relative to the start of the clip (1 based). The mark is exclusive or inclusive, depending on the application Preference.
Value range:
Nonecurrent_time (class 'flame.PyTime')
The position of the playhead on the Clip.
Value range:
Noneselected_segments (type 'list')
Return a list of PySegment currently selected.
Value range:
Noneselected_markers (type 'list')
Return a list of PyMarker currently selected.
Value range:
Nonetags (type 'list')
The tag list of an object in the Media Panel..
Value range:
None