|
Blender V4.3
|
#include <algorithm>#include "curves_sculpt_intern.hh"#include "BLI_kdtree.h"#include "BLI_length_parameterize.hh"#include "BLI_math_geom.h"#include "BLI_math_matrix_types.hh"#include "BLI_rand.hh"#include "BLI_vector.hh"#include "DEG_depsgraph.hh"#include "BKE_attribute.hh"#include "BKE_attribute_math.hh"#include "BKE_brush.hh"#include "BKE_bvhutils.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_mesh.hh"#include "BKE_mesh_runtime.hh"#include "BKE_paint.hh"#include "DNA_brush_enums.h"#include "DNA_brush_types.h"#include "DNA_curves_types.h"#include "DNA_object_types.h"#include "DNA_screen_types.h"#include "DNA_space_types.h"#include "ED_screen.hh"#include "ED_view3d.hh"#include "WM_api.hh"Go to the source code of this file.
Classes | |
| class | blender::ed::sculpt_paint::SnakeHookOperation |
| struct | blender::ed::sculpt_paint::SnakeHookOperatorExecutor |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::sculpt_paint |
Functions | |
| std::unique_ptr< CurvesSculptStrokeOperation > | blender::ed::sculpt_paint::new_snake_hook_operation () |