Blender V4.3
MovieClipScopes Struct Reference

#include <DNA_movieclip_types.h>

Public Attributes

short ok
 
short use_track_mask
 
int track_preview_height
 
int frame_width
 
int frame_height
 
struct MovieTrackingMarker undist_marker
 
struct ImBuftrack_search
 
struct ImBuftrack_preview
 
float track_pos [2]
 
short track_disabled
 
short track_locked
 
int scene_framenr
 
struct MovieTrackingTracktrack
 
struct MovieTrackingMarkermarker
 
float slide_scale [2]
 

Detailed Description

Definition at line 117 of file DNA_movieclip_types.h.

Member Data Documentation

◆ frame_height

int MovieClipScopes::frame_height

Definition at line 125 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_draw_but_TRACKPREVIEW().

◆ frame_width

int MovieClipScopes::frame_width

Width and height of frame for which scopes are calculated.

Definition at line 125 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_draw_but_TRACKPREVIEW().

◆ marker

struct MovieTrackingMarker* MovieClipScopes::marker

Marker scopes are created for.

Definition at line 143 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_numedit_but_TRACKPREVIEW().

◆ ok

short MovieClipScopes::ok

◆ scene_framenr

int MovieClipScopes::scene_framenr

Frame number scopes are created for (measured in scene frames).

Definition at line 139 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_numedit_but_TRACKPREVIEW().

◆ slide_scale

float MovieClipScopes::slide_scale[2]

Scale used for sliding from preview area.

Definition at line 145 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_numedit_but_TRACKPREVIEW().

◆ track

struct MovieTrackingTrack* MovieClipScopes::track

Track scopes are created for.

Definition at line 141 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), ui_draw_but_TRACKPREVIEW(), and ui_numedit_but_TRACKPREVIEW().

◆ track_disabled

short MovieClipScopes::track_disabled

Active track is disabled, special notifier should be drawn.

Definition at line 135 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_draw_but_TRACKPREVIEW().

◆ track_locked

short MovieClipScopes::track_locked

Active track is locked, no transformation should be allowed.

Definition at line 137 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_numedit_but_TRACKPREVIEW().

◆ track_pos

float MovieClipScopes::track_pos[2]

Sub-pixel position of marker in track ImBuf.

Definition at line 133 of file DNA_movieclip_types.h.

Referenced by ui_draw_but_TRACKPREVIEW().

◆ track_preview

struct ImBuf* MovieClipScopes::track_preview

◆ track_preview_height

int MovieClipScopes::track_preview_height

Height of track preview widget.

Definition at line 123 of file DNA_movieclip_types.h.

Referenced by blo_do_versions_260(), and uiTemplateTrack().

◆ track_search

struct ImBuf* MovieClipScopes::track_search

◆ undist_marker

struct MovieTrackingMarker MovieClipScopes::undist_marker

Undistorted position of marker used for pattern sampling.

Definition at line 127 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_draw_but_TRACKPREVIEW().

◆ use_track_mask

short MovieClipScopes::use_track_mask

Whether track's mask should be applied on preview.

Definition at line 121 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_draw_but_TRACKPREVIEW().


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