Blender
V3.3
|
#include <algorithm>
#include <numeric>
#include "BLI_memory_utils.hh"
#include "BLI_task.hh"
#include "DNA_brush_types.h"
#include "BKE_brush.h"
#include "BKE_context.h"
#include "BKE_curves.hh"
#include "DEG_depsgraph.h"
#include "ED_screen.h"
#include "ED_view3d.h"
#include "WM_api.h"
#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 | |
blender | |
blender::ed | |
blender::ed::sculpt_paint | |
Functions | |
std::unique_ptr< CurvesSculptStrokeOperation > | blender::ed::sculpt_paint::new_selection_paint_operation (const BrushStrokeMode brush_mode, const bContext &C) |