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:
authorNathan Letwory <nathan@letworyinteractive.com>2007-01-24 07:44:49 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-01-24 07:44:49 +0300
commit35bb9dff1ddd7ff2a70882198b5009646faf539a (patch)
tree785ef5220f7b4810b0d2946616cf5d34d4f0a130 /source/blender/python/api2_2x/Scene.c
parent6b179bc2e0078a9a1595870dfd48305c37a50902 (diff)
* remove warning about add_only_object
Diffstat (limited to 'source/blender/python/api2_2x/Scene.c')
-rw-r--r--source/blender/python/api2_2x/Scene.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Scene.c b/source/blender/python/api2_2x/Scene.c
index 75f5350c8a2..fdea1aa8ca2 100644
--- a/source/blender/python/api2_2x/Scene.c
+++ b/source/blender/python/api2_2x/Scene.c
@@ -43,6 +43,7 @@ struct View3D;
#include "DNA_object_types.h" /* SceneObSeq_new */
#include "BKE_depsgraph.h"
#include "BKE_library.h"
+#include "BKE_object.h"
#include "BKE_scene.h"
#include "BKE_font.h"
#include "BKE_idprop.h"