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:
authorJacques Lucke <jacques@blender.org>2022-03-17 12:03:46 +0300
committerJacques Lucke <jacques@blender.org>2022-03-17 12:04:02 +0300
commitb6702aa604f2b022186e4d6663531341d4082947 (patch)
tree11f4d7564419c89db077ed69db47503021d832a3 /source/blender/editors/sculpt_paint/CMakeLists.txt
parent884b167f74b2ec9e800cc64476bc036035139e02 (diff)
Curves: separate sculpt brushes into separate files
This makes it easier to work on these brushes in parallel.
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index ccbdb3c4145..a2043c9be21 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -27,7 +27,10 @@ set(INC
)
set(SRC
+ curves_sculpt_comb.cc
+ curves_sculpt_delete.cc
curves_sculpt_ops.cc
+ curves_sculpt_snake_hook.cc
paint_cursor.c
paint_curve.c
paint_curve_undo.c
@@ -72,6 +75,7 @@ set(SRC
sculpt_uv.c
curves_sculpt_intern.h
+ curves_sculpt_intern.hh
paint_intern.h
sculpt_intern.h
)