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/CMakeLists.txt
parent919b363d133a04b114970fb06282ced6bcbab186 (diff)
Add a paint mask operator to clear, fill, or invert the mask.
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index cf8179b4d0e..043b7ecb5cb 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -42,6 +42,7 @@ set(SRC
paint_cursor.c
paint_hide.c
paint_image.c
+ paint_mask.c
paint_ops.c
paint_stroke.c
paint_undo.c