MovieTrackingDopesheet(bpy_struct)
base class — bpy_struct
- class bpy.types.MovieTrackingDopesheet(bpy_struct)
Match-moving dopesheet data
Include channels from objects/bone that are not visible (default False)
- Type:
bool
- show_only_selected
Only include channels relating to selected objects and data (default False)
- Type:
bool
- sort_method
Method to be used to sort channels in dopesheet view (default
'NAME')NAMEName – Sort channels by their names.LONGESTLongest – Sort channels by longest tracked segment.TOTALTotal – Sort channels by overall amount of tracked segments.AVERAGE_ERRORAverage Error – Sort channels by average reprojection error of tracks after solve.STARTStart Frame – Sort channels by first frame number.ENDEnd Frame – Sort channels by last frame number.
- Type:
Literal[‘NAME’, ‘LONGEST’, ‘TOTAL’, ‘AVERAGE_ERROR’, ‘START’, ‘END’]
- use_invert_sort
Invert sort order of dopesheet channels (default False)
- Type:
bool
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type