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:
authorJason Hays <jason_hays22@mymail.eku.edu>2011-07-18 21:38:17 +0400
committerJason Hays <jason_hays22@mymail.eku.edu>2011-07-18 21:38:17 +0400
commit6d6bb264ef52680cb4c559627b512723d8f07095 (patch)
treeb0eefc789198170383585d723b7da838cccd8246 /source/blender/editors/sculpt_paint/paint_intern.h
parent9661d88f2bb6435aaa41e9347bb0e21301c9ecd2 (diff)
Started adding vertex masking--supports regular painting, and setting weight (Shift+K)
Removed my unreferenced vars
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index 9894469fa82..95a6d0c2732 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -124,6 +124,7 @@ void PAINT_OT_face_select_reveal(struct wmOperatorType *ot);
/* Jason */
void PAINT_OT_vert_select_all(struct wmOperatorType *ot);
int vert_paint_poll(struct bContext *C);
+int mask_paint_poll(struct bContext *C);
int facemask_paint_poll(struct bContext *C);