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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-05-11 00:35:51 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-05-11 00:35:51 +0400
commit5cb08c47c5ef793df33f867506d26afdf35d1f3d (patch)
treef5a164cbae6f01877ac69346c4c0d7e73636c200 /source/blender/editors/sculpt_paint/sculpt_intern.h
parent919b363d133a04b114970fb06282ced6bcbab186 (diff)
Add a paint mask operator to clear, fill, or invert the mask.
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 14fb122578a..b67206df6c8 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -53,7 +53,7 @@ struct SculptStroke;
/* Interface */
struct MultiresModifierData *sculpt_multires_active(struct Scene *scene, struct Object *ob);
-void sculpt(Sculpt *sd);
+void sculpt(struct Sculpt *sd);
int sculpt_mode_poll(struct bContext *C);
int sculpt_poll(struct bContext *C);