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>2017-09-29 13:03:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-29 15:26:11 +0300
commit5553037be7c5c590b1e21741dc3c0f6fad49f480 (patch)
tree447e51b02f92a2eda06abc0a3bd401e9629a9acd /source/blender/editors/sculpt_paint/CMakeLists.txt
parent5a1954a5cbd7b0b1458fdc80ada5acd036278309 (diff)
Cleanup: split out tools & utils from vertex paint
paint_vertex.c was getting too big, move all code unrelated to mode switching and modal painting into their own files. Also replace vertex-color operators region redraw tag /w notifiers.
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index fa669d236b9..69f14c950bb 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -53,6 +53,9 @@ set(SRC
paint_utils.c
paint_vertex.c
paint_vertex_color_ops.c
+ paint_vertex_color_utils.c
+ paint_vertex_weight_ops.c
+ paint_vertex_weight_utils.c
paint_vertex_proj.c
sculpt.c
sculpt_undo.c