|
Blender
V3.3
|
#include <numeric>#include "BKE_attribute_math.hh"#include "BKE_brush.h"#include "BKE_bvhutils.h"#include "BKE_context.h"#include "BKE_geometry_set.hh"#include "BKE_mesh.h"#include "BKE_mesh_runtime.h"#include "BKE_mesh_sample.hh"#include "BKE_modifier.h"#include "BKE_object.h"#include "BKE_report.h"#include "ED_screen.h"#include "ED_view3d.h"#include "DEG_depsgraph.h"#include "DEG_depsgraph_query.h"#include "BLI_index_mask_ops.hh"#include "BLI_kdtree.h"#include "BLI_rand.hh"#include "BLI_task.hh"#include "PIL_time.h"#include "GEO_add_curves_on_mesh.hh"#include "DNA_brush_types.h"#include "DNA_mesh_types.h"#include "WM_api.h"#include "curves_sculpt_intern.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::ed | |
| 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< CurvesSculptStrokeOperation > | blender::ed::sculpt_paint::new_density_operation (const BrushStrokeMode brush_mode, const bContext &C, const StrokeExtension &stroke_start) |