Blender  V3.3
Public Attributes | List of all members
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 116 of file DNA_movieclip_types.h.

Member Data Documentation

◆ frame_height

int MovieClipScopes::frame_height

Definition at line 124 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes().

◆ frame_width

int MovieClipScopes::frame_width

Width and height of frame for which scopes are calculated.

Definition at line 124 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes().

◆ marker

struct MovieTrackingMarker* MovieClipScopes::marker

Marker scopes are created for.

Definition at line 142 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 138 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 144 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 140 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), and ui_numedit_but_TRACKPREVIEW().

◆ track_disabled

short MovieClipScopes::track_disabled

Active track is disabled, special notifier should be drawn.

Definition at line 134 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes().

◆ track_locked

short MovieClipScopes::track_locked

Active track is locked, no transformation should be allowed.

Definition at line 136 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 132 of file DNA_movieclip_types.h.

◆ track_preview

struct ImBuf* MovieClipScopes::track_preview

ImBuf displayed in track preview.

Definition at line 130 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), clip_duplicate(), clip_free(), and direct_link_area().

◆ track_preview_height

int MovieClipScopes::track_preview_height

Height of track preview widget.

Definition at line 122 of file DNA_movieclip_types.h.

Referenced by blo_do_versions_260(), and uiTemplateTrack().

◆ track_search

struct ImBuf* MovieClipScopes::track_search

Search area of a track.

Definition at line 128 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes(), clip_duplicate(), clip_free(), and direct_link_area().

◆ undist_marker

struct MovieTrackingMarker MovieClipScopes::undist_marker

Undistorted position of marker used for pattern sampling.

Definition at line 124 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes().

◆ use_track_mask

short MovieClipScopes::use_track_mask

Whether track's mask should be applied on preview.

Definition at line 120 of file DNA_movieclip_types.h.

Referenced by BKE_movieclip_update_scopes().


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