|
Blender V4.3
|
#include <algorithm>#include <numeric>#include "BLI_math_geom.h"#include "BLI_math_matrix.hh"#include "BLI_memory_utils.hh"#include "BLI_task.hh"#include "DNA_brush_types.h"#include "BKE_attribute.hh"#include "BKE_brush.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_paint.hh"#include "DEG_depsgraph.hh"#include "ED_screen.hh"#include "ED_view3d.hh"#include "WM_api.hh"#include "curves_sculpt_intern.hh"Go to the source code of this file.
Classes | |
| class | blender::ed::sculpt_paint::SelectionPaintOperation |
| struct | blender::ed::sculpt_paint::SelectionPaintOperationExecutor |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::sculpt_paint |
Functions | |
| std::unique_ptr< CurvesSculptStrokeOperation > | blender::ed::sculpt_paint::new_selection_paint_operation (const BrushStrokeMode brush_mode, const bContext &C) |