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-08-15 10:24:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-15 10:39:41 +0300
commitd3ba86de07debf9f85a954d845038b09847d8057 (patch)
tree84f1151ebae94b13bdf12d6f3b3f7e7fde26f278 /source/blender/editors/space_view3d/CMakeLists.txt
parentecfc0370e0fe74a8cffebb3d99615cb569eabe5b (diff)
Manipulator: Add b-bone spline editing
This needs some improvements since matching handles *exactly* is a bit involved.
Diffstat (limited to 'source/blender/editors/space_view3d/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index 5e04c8e10cb..db79d578b5d 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -59,6 +59,7 @@ set(SRC
view3d_walk.c
view3d_header.c
view3d_iterators.c
+ view3d_manipulator_armature.c
view3d_manipulator_camera.c
view3d_manipulator_empty.c
view3d_manipulator_forcefield.c