MovieTrackingObjects(bpy_struct)

base class — bpy_struct

class bpy.types.MovieTrackingObjects(bpy_struct)

Collection of movie trackingobjects

active

Active object in this tracking data object

Type :MovieTrackingObject
new(name="")

Add tracking object to this movie clip

Parameters:name (string, (optional)) – Name of new object
Returns:New motion tracking object
Return type:MovieTrackingObject
remove(object=None)

Remove tracking object from this movie clip

Parameters:object (MovieTrackingObject, (optional)) – Motion tracking object to be removed

Inherited Properties

Inherited Functions

References

Previous topic

MovieTrackingObjectTracks(bpy_struct)

Next topic

MovieTrackingReconstruction(bpy_struct)