|
Blender V4.3
|
#include "BKE_attribute_math.hh"#include "BKE_brush.hh"#include "BKE_bvhutils.hh"#include "BKE_context.hh"#include "BKE_crazyspace.hh"#include "BKE_mesh.hh"#include "BKE_mesh_runtime.hh"#include "BKE_paint.hh"#include "ED_screen.hh"#include "ED_view3d.hh"#include "DEG_depsgraph.hh"#include "DNA_brush_types.h"#include "WM_api.hh"#include "BLI_length_parameterize.hh"#include "BLI_math_geom.h"#include "BLI_math_matrix.hh"#include "BLI_task.hh"#include "GEO_add_curves_on_mesh.hh"#include "curves_sculpt_intern.hh"Go to the source code of this file.
Classes | |
| class | blender::ed::sculpt_paint::PuffOperation |
| struct | blender::ed::sculpt_paint::PuffOperationExecutor |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::sculpt_paint |
Functions | |
| std::unique_ptr< CurvesSculptStrokeOperation > | blender::ed::sculpt_paint::new_puff_operation () |