MovieTrackingObjects(bpy_struct)#
base class — bpy_struct
- class bpy.types.MovieTrackingObjects(bpy_struct)#
Collection of movie tracking objects
- active#
Active object in this tracking data object
- Type:
- new(name)#
Add tracking object to this movie clip
- Parameters:
name (string, (never None)) – Name of new object
- Returns:
New motion tracking object
- Return type:
- remove(object)#
Remove tracking object from this movie clip
- Parameters:
object (
MovieTrackingObject
, (never None)) – Motion tracking object to be removed
- 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