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:
authorCampbell Barton <ideasman42@gmail.com>2017-06-16 00:30:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-16 00:34:23 +0300
commit4054914813e7ff72acabf6571742cbb0db3f682a (patch)
treeb99568fde0165637f2e6f42809f65cf7ed74a598 /source/blender/editors/transform/CMakeLists.txt
parent281a4540e2385d3e2ba3da4a3290529a2ac7fd0f (diff)
UV manipulator from custom widgets branch
This isn't advanced, just adding to get custom manipulator branch from being too much out of sync with 2.8.
Diffstat (limited to 'source/blender/editors/transform/CMakeLists.txt')
-rw-r--r--source/blender/editors/transform/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt
index 1a41d9ac95a..fda15545ead 100644
--- a/source/blender/editors/transform/CMakeLists.txt
+++ b/source/blender/editors/transform/CMakeLists.txt
@@ -46,6 +46,7 @@ set(SRC
transform_generics.c
transform_input.c
transform_manipulator.c
+ transform_manipulator2d.c
transform_ops.c
transform_orientations.c
transform_snap.c