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>2013-11-28 08:01:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-28 08:12:56 +0400
commitdc3f9b9c3ee64e2f98eba5eca882daf3035e0503 (patch)
treedbe60b78f555dd1b0df85caa5b9088387fa65751 /source/blender/editors/space_view3d/CMakeLists.txt
parent62bf24a5c3ec244cfdfea16b446e2de2e593181d (diff)
View3D: split camera controlling parts of fly mode into their own functions
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 7d5cff6a2d0..af89c5307b6 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -46,6 +46,7 @@ set(SRC
drawvolume.c
space_view3d.c
view3d_buttons.c
+ view3d_camera_control.c
view3d_draw.c
view3d_edit.c
view3d_fly.c