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
- Type:
boolean, default False
- show_only_selected#
Only include channels relating to selected objects and data
- Type:
boolean, default False
- sort_method#
Method to be used to sort channels in dopesheet view
NAME
Name – Sort channels by their names.LONGEST
Longest – Sort channels by longest tracked segment.TOTAL
Total – Sort channels by overall amount of tracked segments.AVERAGE_ERROR
Average Error – Sort channels by average reprojection error of tracks after solve.START
Start Frame – Sort channels by first frame number.END
End Frame – Sort channels by last frame number.
- Type:
enum in [‘NAME’, ‘LONGEST’, ‘TOTAL’, ‘AVERAGE_ERROR’, ‘START’, ‘END’], default ‘NAME’
- use_invert_sort#
Invert sort order of dopesheet channels
- Type:
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type