Cleanup: Remove unused & unimplemented sculpt_paint functions

Pull Request: https://projects.blender.org/blender/blender/pulls/139123
This commit is contained in:
Sean Kim
2025-05-20 00:55:42 +02:00
committed by Sean Kim
parent 73c751afaf
commit f365824b40
2 changed files with 0 additions and 3 deletions

View File

@@ -354,7 +354,6 @@ void paint_brush_color_get(Scene *scene,
bool paint_use_opacity_masking(Brush *brush);
void paint_brush_init_tex(Brush *brush);
void paint_brush_exit_tex(Brush *brush);
bool image_paint_poll(bContext *C);
void PAINT_OT_grab_clone(wmOperatorType *ot);
void PAINT_OT_sample_color(wmOperatorType *ot);

View File

@@ -595,8 +595,6 @@ void SCULPT_fake_neighbors_free(Object &ob);
/** \name Brush Utilities.
* \{ */
bool SCULPT_brush_type_needs_all_pbvh_nodes(const Brush &brush);
namespace blender::ed::sculpt_paint {
float brush_plane_offset_get(const Brush &brush, const SculptSession &ss);