MovieTrackingTracks(bpy_struct)

base class — bpy_struct

class bpy.types.MovieTrackingTracks(bpy_struct)

Collection of movie tracking tracks

active

Active track in this tracking data object

Type :MovieTrackingTrack
add(frame=1, count=1)

Add a number of tracks to this movie clip

Parameters:
  • frame (int in [0, 300000], (optional)) – Frame, Frame number to add tracks on
  • count (int in [0, inf], (optional)) – Number, Number of tracks to add to the movie clip

Inherited Properties

Inherited Functions

References

Previous topic

MovieTrackingTrack(bpy_struct)

Next topic

MulticamSequence(Sequence)