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>2007-04-19 02:53:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-19 02:53:20 +0400
commitf9ff47464d9fd30d5def3852dd7fd8e71c0e25d3 (patch)
tree87c76734128ec1ef60ff80c4fc668a66ac915e22 /source/blender/python/api2_2x/bpy.c
parent2d87ee1acef83366489848f78af15ae13c337537 (diff)
remove warnings from last commit.
smooth view now works for change between cameras, smooth view now blends the lens angle too.
Diffstat (limited to 'source/blender/python/api2_2x/bpy.c')
-rw-r--r--source/blender/python/api2_2x/bpy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/bpy.c b/source/blender/python/api2_2x/bpy.c
index 31dd261b610..cee862c0e23 100644
--- a/source/blender/python/api2_2x/bpy.c
+++ b/source/blender/python/api2_2x/bpy.c
@@ -41,6 +41,7 @@
#include "DNA_scene_types.h"
#include "Types.h"
+#include "Library.h"
#include "bpy.h"
#include "bpy_data.h"