MovieTrackingObject(bpy_struct)¶
base class — bpy_struct
- class bpy.types.MovieTrackingObject(bpy_struct)¶
Match-moving object tracking and reconstruction data
- is_camera¶
Object is used for camera tracking (default False, readonly)
- Type:
bool
- keyframe_a¶
First keyframe used for reconstruction initialization (in [-inf, inf], default 0)
- Type:
int
- keyframe_b¶
Second keyframe used for reconstruction initialization (in [-inf, inf], default 0)
- Type:
int
- name¶
Unique name of object (default “”, never None)
- Type:
str
- plane_tracks¶
Collection of plane tracks in this tracking data object (default None, readonly)
- reconstruction¶
(readonly)
- scale¶
Scale of object solution in camera space (in [0.0001, 10000], default 1.0)
- Type:
float
- tracks¶
Collection of tracks in this tracking data object (default None, readonly)
- 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