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-04-03 22:05:20 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-04-03 22:05:54 +0300
commitf2f30db98dacf2821fce3389952798c597bffe11 (patch)
tree33755f02a048f439341eec33ad1f5d66a42cc1d5 /source/blender/editors/sculpt_paint/CMakeLists.txt
parentd38023f2f38ccfc81a1c0394b0982514df352b3c (diff)
Cleanup: Move Mesh Filter, Smooth and Automasking to their own files
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 f793a775e05..81dafd5ded4 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -59,10 +59,13 @@ set(SRC
paint_vertex_weight_ops.c
paint_vertex_weight_utils.c
sculpt.c
+ sculpt_automasking.c
sculpt_cloth.c
sculpt_face_set.c
+ sculpt_filter_mesh.c
sculpt_multiplane_scrape.c
sculpt_pose.c
+ sculpt_smooth.c
sculpt_transform.c
sculpt_undo.c
sculpt_uv.c