From e8af794441bbce7ef49d872e8c3b2c2b7971e0e6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 22 Oct 2009 19:17:46 +0000 Subject: face mask mode - border select - linked selection (Ctrl+L) - select all --- source/blender/editors/sculpt_paint/paint_intern.h | 4 ++++ 1 file changed, 4 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 d1ecc3e4dc0..b5748d7bc88 100644 --- a/source/blender/editors/sculpt_paint/paint_intern.h +++ b/source/blender/editors/sculpt_paint/paint_intern.h @@ -94,6 +94,10 @@ void imapaint_pick_uv(struct Scene *scene, struct Object *ob, struct Mesh *mesh, void paint_sample_color(struct Scene *scene, struct ARegion *ar, int x, int y); void BRUSH_OT_curve_preset(struct wmOperatorType *ot); +void PAINT_OT_face_select_linked(struct wmOperatorType *ot); +void PAINT_OT_face_select_linked_pick(struct wmOperatorType *ot); +void PAINT_OT_face_deselect_all(struct wmOperatorType *ot); + int facemask_paint_poll(struct bContext *C); #endif /* ED_PAINT_INTERN_H */ -- cgit v1.2.3