MovieTrackingStabilization(bpy_struct)

base class — bpy_struct

class bpy.types.MovieTrackingStabilization(bpy_struct)

Match-moving stabilization data for tracking

active_track_index

Index of active track in stabilization tracks list

Type :int in [-inf, inf], default 0
influence_location

Influence of stabilization algorithm on footage location

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

Influence of stabilization algorithm on footage rotation

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

Influence of stabilization algorithm on footage scale

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

Track used to compensate rotation

Type :MovieTrackingTrack
scale_max

Limit the amount of automatic scaling

Type :float in [0, 10], default 0.0
tracks

Collection of tracks used for stabilization

Type :bpy_prop_collection of MovieTrackingTrack, (readonly)
use_2d_stabilization

Use 2D stabilization for footage

Type :boolean, default False
use_autoscale

Automatically scale footage to cover unfilled areas when stabilizating

Type :boolean, default False
use_stabilize_rotation

Stabilize horizon line on the shot

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

MovieTrackingSettings(bpy_struct)

Next topic

MovieTrackingTrack(bpy_struct)