From 0be1e72dca48a6709c2ae8b3805387d4ef5bcdcb Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sat, 22 Aug 2009 02:27:37 +0000 Subject: 2.5/Vertex paint: * Added operator for filling vertex colors with the brush color * Pythonized the vertex paint menu --- source/blender/editors/sculpt_paint/paint_intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/sculpt_paint/paint_intern.h') diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h index a0187566c43..ba1b57a1bef 100644 --- a/source/blender/editors/sculpt_paint/paint_intern.h +++ b/source/blender/editors/sculpt_paint/paint_intern.h @@ -57,6 +57,9 @@ int paint_poll(bContext *C); void paint_cursor_start(struct bContext *C, int (*poll)(struct bContext *C)); /* paint_vertex.c */ +int vertex_paint_mode_poll(bContext *C); +void clear_vpaint(Scene *scene, int selected); + void PAINT_OT_weight_paint_toggle(struct wmOperatorType *ot); void PAINT_OT_weight_paint_radial_control(struct wmOperatorType *ot); void PAINT_OT_weight_paint(struct wmOperatorType *ot); -- cgit v1.2.3