|
Blender
V2.93
|
Public Attributes | |
| int | start_scene_frame |
| bool | is_backwards |
| int | num_clips |
| AutoTrackClip | autotrack_clips [MAX_ACCESSOR_CLIP] |
| int | num_all_tracks |
| AutoTrackTrack * | all_autotrack_tracks |
| TrackingImageAccessor * | image_accessor |
| struct libmv_AutoTrack * | autotrack |
| int | num_autotrack_markers |
| AutoTrackMarker * | autotrack_markers |
| ListBase | results_to_sync |
| int | synchronized_scene_frame |
| SpinLock | spin_lock |
Definition at line 88 of file tracking_auto.c.
| AutoTrackTrack* AutoTrackContext::all_autotrack_tracks |
Definition at line 113 of file tracking_auto.c.
| struct libmv_AutoTrack* AutoTrackContext::autotrack |
Definition at line 126 of file tracking_auto.c.
| AutoTrackClip AutoTrackContext::autotrack_clips[MAX_ACCESSOR_CLIP] |
Definition at line 104 of file tracking_auto.c.
| AutoTrackMarker* AutoTrackContext::autotrack_markers |
Definition at line 134 of file tracking_auto.c.
| TrackingImageAccessor* AutoTrackContext::image_accessor |
Definition at line 116 of file tracking_auto.c.
| bool AutoTrackContext::is_backwards |
Definition at line 100 of file tracking_auto.c.
| int AutoTrackContext::num_all_tracks |
Definition at line 112 of file tracking_auto.c.
| int AutoTrackContext::num_autotrack_markers |
Definition at line 133 of file tracking_auto.c.
| int AutoTrackContext::num_clips |
Definition at line 103 of file tracking_auto.c.
| ListBase AutoTrackContext::results_to_sync |
Definition at line 138 of file tracking_auto.c.
| SpinLock AutoTrackContext::spin_lock |
Definition at line 141 of file tracking_auto.c.
| int AutoTrackContext::start_scene_frame |
Definition at line 97 of file tracking_auto.c.
| int AutoTrackContext::synchronized_scene_frame |
Definition at line 139 of file tracking_auto.c.