Cleanup: Remove unused & unimplemented sculpt_paint functions
Pull Request: https://projects.blender.org/blender/blender/pulls/139123
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user