|
Blender V4.3
|
#include "editors/sculpt_paint/brushes/types.hh"#include "DNA_brush_types.h"#include "DNA_mesh_types.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "BKE_paint.hh"#include "BKE_pbvh.hh"#include "BKE_subdiv_ccg.hh"#include "BLI_enumerable_thread_specific.hh"#include "BLI_math_matrix.hh"#include "BLI_math_vector.hh"#include "BLI_task.h"#include "BLI_task.hh"#include "editors/sculpt_paint/mesh_brush_common.hh"#include "editors/sculpt_paint/sculpt_automask.hh"#include "editors/sculpt_paint/sculpt_intern.hh"Go to the source code of this file.
Classes | |
| struct | blender::ed::sculpt_paint::multires_displacement_eraser_cc::LocalData |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::sculpt_paint |
| namespace | blender::ed::sculpt_paint::multires_displacement_eraser_cc |
Functions | |
| static BLI_NOINLINE void | blender::ed::sculpt_paint::multires_displacement_eraser_cc::calc_limit_positions (const SubdivCCG &subdiv_ccg, const Span< int > grids, const MutableSpan< float3 > limit_positions) |
| static void | blender::ed::sculpt_paint::multires_displacement_eraser_cc::calc_node (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const Brush &brush, const float strength, bke::pbvh::GridsNode &node, LocalData &tls) |
| void | blender::ed::sculpt_paint::do_displacement_eraser_brush (const Depsgraph &depsgraph, const Sculpt &sd, Object &object, const IndexMask &node_mask) |