Blender
V3.3
|
#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 ImBuf * | track_search |
struct ImBuf * | track_preview |
float | track_pos [2] |
short | track_disabled |
short | track_locked |
int | scene_framenr |
struct MovieTrackingTrack * | track |
struct MovieTrackingMarker * | marker |
float | slide_scale [2] |
Definition at line 116 of file DNA_movieclip_types.h.
int MovieClipScopes::frame_height |
Definition at line 124 of file DNA_movieclip_types.h.
Referenced by BKE_movieclip_update_scopes().
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().
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().
short MovieClipScopes::ok |
1 means scopes are ok and recalculation is unneeded.
Definition at line 118 of file DNA_movieclip_types.h.
Referenced by BKE_movieclip_update_scopes(), clip_duplicate(), clip_scopes_tag_refresh(), direct_link_area(), ED_clip_update_frame(), lib_link_workspace_layout_restore(), and ui_numedit_but_TRACKPREVIEW().
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().
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().
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().
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().
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().
float MovieClipScopes::track_pos[2] |
Sub-pixel position of marker in track ImBuf.
Definition at line 132 of file DNA_movieclip_types.h.
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().
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().
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().
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().
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().