Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-10-22 23:17:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-22 23:17:46 +0400
commite8af794441bbce7ef49d872e8c3b2c2b7971e0e6 (patch)
tree5c0edc873c6dbfc73ff6884738317c7523fa7639 /source/blender/editors/sculpt_paint/paint_intern.h
parente2b74dc7364a11b5328954b6a49a46cd44dfbd2e (diff)
face mask mode
- border select - linked selection (Ctrl+L) - select all
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h4
1 files changed, 4 insertions, 0 deletions
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 */