|
Blender V4.3
|
#include "paint_mask.hh"#include <cstdlib>#include "MEM_guardedalloc.h"#include "DNA_object_types.h"#include "BLI_array_utils.hh"#include "BLI_bit_span_ops.hh"#include "BLI_enumerable_thread_specific.hh"#include "BLI_math_base.hh"#include "BLI_span.hh"#include "BLI_vector.hh"#include "BKE_attribute.hh"#include "BKE_brush.hh"#include "BKE_ccg.hh"#include "BKE_context.hh"#include "BKE_mesh.hh"#include "BKE_multires.hh"#include "BKE_paint.hh"#include "BKE_pbvh_api.hh"#include "BKE_subdiv_ccg.hh"#include "BKE_subsurf.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "WM_api.hh"#include "WM_types.hh"#include "ED_select_utils.hh"#include "bmesh.hh"#include "mesh_brush_common.hh"#include "paint_intern.hh"#include "sculpt_automask.hh"#include "sculpt_gesture.hh"#include "sculpt_hide.hh"#include "sculpt_intern.hh"#include "sculpt_undo.hh"Go to the source code of this file.
Classes | |
| struct | blender::ed::sculpt_paint::mask::MaskOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::sculpt_paint |
| namespace | blender::ed::sculpt_paint::mask |