MovieTrackingDopesheet(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.MovieTrackingDopesheet(bpy_struct)¶ Match-moving dopesheet data
Include channels from objects/bone that aren’t 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
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.
- Type
enum in [‘NAME’, ‘LONGEST’, ‘TOTAL’, ‘AVERAGE_ERROR’], 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 (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
-
classmethod
bl_rna_get_subclass_py(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References