|
Blender V4.3
|
#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 766 of file DNA_space_types.h.
| char MaskSpaceInfo::_pad3[1] |
Definition at line 773 of file DNA_space_types.h.
| float MaskSpaceInfo::blend_factor |
Definition at line 774 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 770 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(), image_main_region_draw(), and OVERLAY_edit_uv_init().
| char MaskSpaceInfo::draw_type |
Definition at line 771 of file DNA_space_types.h.
Referenced by clip_main_region_draw(), and image_main_region_draw().
| struct Mask* MaskSpaceInfo::mask |
Definition at line 768 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(), image_id_remap(), and OVERLAY_edit_uv_init().
| char MaskSpaceInfo::overlay_mode |
Definition at line 772 of file DNA_space_types.h.
Referenced by blender::draw::overlay::MeshUVs::begin_sync(), clip_main_region_draw(), image_main_region_draw(), and OVERLAY_edit_uv_init().