Blender  V3.3
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
 
int num_referenced_image_buffers
 
ImBuf ** referenced_image_buffers
 
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 75 of file tracking_auto.c.

Member Data Documentation

◆ all_autotrack_tracks

AutoTrackTrack* AutoTrackContext::all_autotrack_tracks

Definition at line 100 of file tracking_auto.c.

◆ autotrack

struct libmv_AutoTrack* AutoTrackContext::autotrack

Definition at line 119 of file tracking_auto.c.

◆ autotrack_clips

AutoTrackClip AutoTrackContext::autotrack_clips[MAX_ACCESSOR_CLIP]

Definition at line 91 of file tracking_auto.c.

◆ autotrack_markers

AutoTrackMarker* AutoTrackContext::autotrack_markers

Definition at line 127 of file tracking_auto.c.

◆ image_accessor

TrackingImageAccessor* AutoTrackContext::image_accessor

Definition at line 103 of file tracking_auto.c.

◆ is_backwards

bool AutoTrackContext::is_backwards

Definition at line 87 of file tracking_auto.c.

◆ num_all_tracks

int AutoTrackContext::num_all_tracks

Definition at line 99 of file tracking_auto.c.

◆ num_autotrack_markers

int AutoTrackContext::num_autotrack_markers

Definition at line 126 of file tracking_auto.c.

◆ num_clips

int AutoTrackContext::num_clips

Definition at line 90 of file tracking_auto.c.

◆ num_referenced_image_buffers

int AutoTrackContext::num_referenced_image_buffers

Definition at line 108 of file tracking_auto.c.

◆ referenced_image_buffers

ImBuf** AutoTrackContext::referenced_image_buffers

Definition at line 109 of file tracking_auto.c.

◆ results_to_sync

ListBase AutoTrackContext::results_to_sync

Definition at line 131 of file tracking_auto.c.

◆ spin_lock

SpinLock AutoTrackContext::spin_lock

Definition at line 134 of file tracking_auto.c.

◆ start_scene_frame

int AutoTrackContext::start_scene_frame

Definition at line 84 of file tracking_auto.c.

◆ synchronized_scene_frame

int AutoTrackContext::synchronized_scene_frame

Definition at line 132 of file tracking_auto.c.


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