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 20:16:49 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-04-03 20:17:28 +0300
commitcfc8d73546239bf2e66f5ecf677374be4efb61ce (patch)
tree93fa0f828cd6c693119ba71fcff454a90dd35623 /source/blender/editors/sculpt_paint/CMakeLists.txt
parent63922c5056d16cc91c30ec3476a28d523adbdbea (diff)
Cleanup: Move all Face Set functionality 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 de9e70f8e06..fda9594835d 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -60,6 +60,7 @@ set(SRC
paint_vertex_weight_utils.c
sculpt.c
sculpt_cloth.c
+ sculpt_face_set.c
sculpt_multiplane_scrape.c
sculpt_pose.c
sculpt_undo.c