MovieTrackingPlaneTrack(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
MovieTrackingPlaneTrack
(bpy_struct)¶ Match-moving plane track data for tracking
-
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
ofMovieTrackingPlaneMarker
, (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
-
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.Struct
subclass
-
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