Blender  V2.93
Public Attributes | List of all members
AutoTrackContext Struct Reference

Public Attributes

int start_scene_frame
 
bool is_backwards
 
int num_clips
 
AutoTrackClip autotrack_clips [MAX_ACCESSOR_CLIP]
 
int num_all_tracks
 
AutoTrackTrackall_autotrack_tracks
 
TrackingImageAccessorimage_accessor
 
struct libmv_AutoTrackautotrack
 
int num_autotrack_markers
 
AutoTrackMarkerautotrack_markers
 
ListBase results_to_sync
 
int synchronized_scene_frame
 
SpinLock spin_lock
 

Detailed Description

Definition at line 88 of file tracking_auto.c.

Member Data Documentation

◆ all_autotrack_tracks

AutoTrackTrack* AutoTrackContext::all_autotrack_tracks

Definition at line 113 of file tracking_auto.c.

◆ autotrack

struct libmv_AutoTrack* AutoTrackContext::autotrack

Definition at line 126 of file tracking_auto.c.

◆ autotrack_clips

AutoTrackClip AutoTrackContext::autotrack_clips[MAX_ACCESSOR_CLIP]

Definition at line 104 of file tracking_auto.c.

◆ autotrack_markers

AutoTrackMarker* AutoTrackContext::autotrack_markers

Definition at line 134 of file tracking_auto.c.

◆ image_accessor

TrackingImageAccessor* AutoTrackContext::image_accessor

Definition at line 116 of file tracking_auto.c.

◆ is_backwards

bool AutoTrackContext::is_backwards

Definition at line 100 of file tracking_auto.c.

◆ num_all_tracks

int AutoTrackContext::num_all_tracks

Definition at line 112 of file tracking_auto.c.

◆ num_autotrack_markers

int AutoTrackContext::num_autotrack_markers

Definition at line 133 of file tracking_auto.c.

◆ num_clips

int AutoTrackContext::num_clips

Definition at line 103 of file tracking_auto.c.

◆ results_to_sync

ListBase AutoTrackContext::results_to_sync

Definition at line 138 of file tracking_auto.c.

◆ spin_lock

SpinLock AutoTrackContext::spin_lock

Definition at line 141 of file tracking_auto.c.

◆ start_scene_frame

int AutoTrackContext::start_scene_frame

Definition at line 97 of file tracking_auto.c.

◆ synchronized_scene_frame

int AutoTrackContext::synchronized_scene_frame

Definition at line 139 of file tracking_auto.c.


The documentation for this struct was generated from the following file: