|
Blender V5.0
|
#include <DNA_space_types.h>
Public Attributes | |
| struct Mask * | mask |
| char | draw_flag |
| char | draw_type |
| char | overlay_mode |
| char | _pad3 [1] |
| float | blend_factor |
Definition at line 373 of file DNA_space_types.h.
| char MaskSpaceInfo::_pad3[1] |
Definition at line 380 of file DNA_space_types.h.
| float MaskSpaceInfo::blend_factor |
Definition at line 381 of file DNA_space_types.h.
Referenced by blo_update_defaults_screen(), clip_main_region_draw(), blender::draw::overlay::MeshUVs::end_sync(), and image_main_region_draw().
| char MaskSpaceInfo::draw_flag |
Definition at line 377 of file DNA_space_types.h.
Referenced by blender::draw::overlay::MeshUVs::begin_sync(), blo_update_defaults_screen(), clip_main_region_draw(), ED_space_clip_maskedit_mask_visible_splines_poll(), ED_space_clip_maskedit_visible_splines_poll(), ED_space_image_maskedit_mask_visible_splines_poll(), ED_space_image_maskedit_visible_splines_poll(), and image_main_region_draw().
| char MaskSpaceInfo::draw_type |
Definition at line 378 of file DNA_space_types.h.
Referenced by clip_main_region_draw(), and image_main_region_draw().
| struct Mask* MaskSpaceInfo::mask |
Definition at line 375 of file DNA_space_types.h.
Referenced by blender::draw::overlay::MeshUVs::begin_sync(), clip_context(), clip_foreach_id(), clip_id_remap(), draw_movieclip_cache(), ED_space_clip_get_mask(), ED_space_clip_maskedit_mask_poll(), ED_space_clip_set_mask(), ED_space_image_get_mask(), ED_space_image_maskedit_mask_poll(), ED_space_image_set_mask(), image_foreach_id(), and image_id_remap().
| char MaskSpaceInfo::overlay_mode |
Definition at line 379 of file DNA_space_types.h.
Referenced by blender::draw::overlay::MeshUVs::begin_sync(), clip_main_region_draw(), and image_main_region_draw().