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:
authorPablo Dobarro <pablodp606@gmail.com>2020-03-06 18:00:33 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-03-06 18:00:33 +0300
commitf2f8c5b2bd984f1034f4ba9999bdc5d3fe72d45a (patch)
tree6d2e19a727e917eb4ebe6734f210316ef6c8a472 /source/blender/editors/sculpt_paint/CMakeLists.txt
parent40ac8250b246743f73010152671b9e60c83c8883 (diff)
Cleanup: Move Multiplane Scrape brush to its own file
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 1f568250f3f..f497b80e0f4 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -59,6 +59,7 @@ set(SRC
paint_vertex_weight_ops.c
paint_vertex_weight_utils.c
sculpt.c
+ sculpt_multiplane_scrape.c
sculpt_cloth.c
sculpt_pose.c
sculpt_undo.c