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:42:48 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-04-03 20:42:55 +0300
commit82774a9d24c4e355768b7f948ca18392141c31d2 (patch)
tree03b492ecaf1992d20668483ad1c96d783aec3e2b /source/blender/editors/sculpt_paint/CMakeLists.txt
parentd138cbfb47e379edc1ee915a8c6ff65b01f000d6 (diff)
Cleanup: Move all sculpt transform 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 fda9594835d..f793a775e05 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -63,6 +63,7 @@ set(SRC
sculpt_face_set.c
sculpt_multiplane_scrape.c
sculpt_pose.c
+ sculpt_transform.c
sculpt_undo.c
sculpt_uv.c