Blender V4.3
curves_sculpt_density.cc File Reference
#include <numeric>
#include "BKE_attribute_math.hh"
#include "BKE_brush.hh"
#include "BKE_bvhutils.hh"
#include "BKE_context.hh"
#include "BKE_geometry_set.hh"
#include "BKE_mesh.hh"
#include "BKE_mesh_runtime.hh"
#include "BKE_mesh_sample.hh"
#include "BKE_modifier.hh"
#include "BKE_object.hh"
#include "BKE_paint.hh"
#include "BKE_report.hh"
#include "ED_screen.hh"
#include "ED_view3d.hh"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_query.hh"
#include "BLI_array_utils.hh"
#include "BLI_enumerable_thread_specific.hh"
#include "BLI_kdtree.h"
#include "BLI_rand.hh"
#include "BLI_task.hh"
#include "GEO_add_curves_on_mesh.hh"
#include "DNA_brush_types.h"
#include "DNA_mesh_types.h"
#include "WM_api.hh"
#include "curves_sculpt_intern.hh"

Go to the source code of this file.

Classes

class  blender::ed::sculpt_paint::DensityAddOperation
 
struct  blender::ed::sculpt_paint::DensityAddOperationExecutor
 
class  blender::ed::sculpt_paint::DensitySubtractOperation
 
struct  blender::ed::sculpt_paint::DensitySubtractOperationExecutor
 

Namespaces

namespace  blender
 
namespace  blender::ed
 
namespace  blender::ed::sculpt_paint
 

Functions

static bool blender::ed::sculpt_paint::use_add_density_mode (const BrushStrokeMode brush_mode, const bContext &C, const StrokeExtension &stroke_start)
 
std::unique_ptr< CurvesSculptStrokeOperationblender::ed::sculpt_paint::new_density_operation (const BrushStrokeMode brush_mode, const bContext &C, const StrokeExtension &stroke_start)