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-10-09 19:08:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-09 19:08:53 +0300
commitc90ec276b8a578527861c1e6eaae766efea0c27b (patch)
treeac1ae6dcd3460c2af83de3070d7f255f4f024bad /source/blender/editors/manipulator_library/CMakeLists.txt
parentfdeb125c7a8c9f14369182901648760edc005968 (diff)
Manipulator: add cage3d scale widget
For now only show this when scale manipulator is active.
Diffstat (limited to 'source/blender/editors/manipulator_library/CMakeLists.txt')
-rw-r--r--source/blender/editors/manipulator_library/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/manipulator_library/CMakeLists.txt b/source/blender/editors/manipulator_library/CMakeLists.txt
index 0604946dc24..9f7df8c6425 100644
--- a/source/blender/editors/manipulator_library/CMakeLists.txt
+++ b/source/blender/editors/manipulator_library/CMakeLists.txt
@@ -48,6 +48,7 @@ set(SRC
manipulator_types/arrow2d_manipulator.c
manipulator_types/arrow3d_manipulator.c
manipulator_types/cage2d_manipulator.c
+ manipulator_types/cage3d_manipulator.c
manipulator_types/dial3d_manipulator.c
manipulator_types/grab3d_manipulator.c
manipulator_types/primitive3d_manipulator.c