|
Blender V4.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 117 of file DNA_movieclip_types.h.
| 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().
| 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().
| 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().
| short MovieClipScopes::ok |
1 means scopes are ok and recalculation is unneeded.
Definition at line 119 of file DNA_movieclip_types.h.
Referenced by BKE_movieclip_update_scopes(), clip_duplicate(), clip_foreach_id(), clip_scopes_tag_refresh(), clip_space_blend_read_data(), ED_clip_update_frame(), and ui_numedit_but_TRACKPREVIEW().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| struct ImBuf* MovieClipScopes::track_preview |
ImBuf displayed in track preview.
Definition at line 131 of file DNA_movieclip_types.h.
Referenced by BKE_movieclip_update_scopes(), clip_duplicate(), clip_free(), clip_space_blend_read_data(), and ui_draw_but_TRACKPREVIEW().
| 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().
| struct ImBuf* MovieClipScopes::track_search |
Search area of a track.
Definition at line 129 of file DNA_movieclip_types.h.
Referenced by BKE_movieclip_update_scopes(), clip_duplicate(), clip_free(), clip_space_blend_read_data(), and ui_draw_but_TRACKPREVIEW().
| 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().
| 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().