MovieTrackingPlaneTrack(bpy_struct)

base class — bpy_struct

class bpy.types.MovieTrackingPlaneTrack(bpy_struct)

Match-moving plane track data for tracking

image

Image displayed in the track during editing in clip editor

Type:Image
image_opacity

Opacity of the image

Type:float in [0, 1], default 0.0
markers

Collection of markers in track

Type:MovieTrackingPlaneMarkers bpy_prop_collection of MovieTrackingPlaneMarker, (readonly)
name

Unique name of track

Type:string, default “”, (never None)
select

Plane track is selected

Type:boolean, default False
use_auto_keying

Automatic keyframe insertion when moving plane corners

Type:boolean, default False

Inherited Properties

Inherited Functions

References