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-01-19 06:06:09 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-01-19 06:06:09 +0400
commitabf7b4d84a2d6840734a60a02979ed67c60d35d6 (patch)
treeeb4bfe34b830e77ab5086b516c37a699377041af /source/blender/editors/sculpt_paint/CMakeLists.txt
parentb748d4f0cf34e956bed1f411c45bb259f166883d (diff)
Move paint's WM paint cursor code into a new file.
The paint cursor code is fairly muddled still and needs futher cleanup (commented in the new file.) Over half the paint_stroke code was just called from the cursor draw function. There should be no functional changes from this.
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 fb20b201567..9fa91af7aec 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -38,6 +38,7 @@ set(INC_SYS
)
set(SRC
+ paint_cursor.c
paint_image.c
paint_ops.c
paint_stroke.c