|
Blender V5.0
|
#include <DNA_mask_types.h>
Public Attributes | |
| ID | id |
| struct AnimData * | adt |
| ListBase | masklayers |
| int | masklay_act |
| int | masklay_tot |
| int | sfra |
| int | efra |
| int | flag |
| char | _pad [4] |
| Mask_Runtime | runtime |
Definition at line 24 of file DNA_mask_types.h.
| char Mask::_pad[4] |
Definition at line 44 of file DNA_mask_types.h.
| struct AnimData* Mask::adt |
Definition at line 31 of file DNA_mask_types.h.
Referenced by animfilter_block_data(), animfilter_nla(), animfilter_nla_controls(), key_data_from_adt(), and make_new_animlistelem().
| int Mask::efra |
Definition at line 40 of file DNA_mask_types.h.
| int Mask::flag |
For anim info.
Definition at line 43 of file DNA_mask_types.h.
| ID Mask::id |
Definition at line 30 of file DNA_mask_types.h.
Referenced by animfilter_block_data(), box_select_exec(), circle_select_exec(), clip_context(), do_lasso_select_mask(), blender::ed::vse::draw_seq_text_get_source(), blender::compositor::get_mask_raster_handles(), mask_copy_data(), blender::seq::seq_duplicate_postprocess(), blender::seq::seq_render_mask(), blender::seq::seq_strip_free_ex(), slide_spline_curvature_modal(), and blender::seq::strip_duplicate().
| int Mask::masklay_act |
Index of active mask layer (-1 == None).
Definition at line 35 of file DNA_mask_types.h.
Referenced by animdata_filter_mask_data().
| int Mask::masklay_tot |
Total number of mask layers.
Definition at line 37 of file DNA_mask_types.h.
| ListBase Mask::masklayers |
Mask layers.
Definition at line 33 of file DNA_mask_types.h.
Referenced by BKE_mask_eval_update(), box_select_exec(), circle_select_exec(), do_lasso_select_mask(), ED_mask_feather_find_nearest(), ED_mask_find_nearest_diff_point(), ED_mask_point_find_nearest(), ED_mask_selected_minmax(), mask_copy_data(), and spline_under_mouse_get().
| Mask_Runtime Mask::runtime |
Definition at line 46 of file DNA_mask_types.h.
| int Mask::sfra |
Frames, used by the sequencer.
Definition at line 40 of file DNA_mask_types.h.