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:
authorJoshua Leung <aligorith@gmail.com>2008-03-03 06:21:25 +0300
committerJoshua Leung <aligorith@gmail.com>2008-03-03 06:21:25 +0300
commit7af9e824bfc3a2ad10843e451a1cb15a266164ca (patch)
tree04e29a0d347bff269c1d3cff6be3f81e3f6d9d4a /source/blender/python/api2_2x/Scene.c
parent5b54b519c0719f0598532e80a3ffe671c90e04cd (diff)
* Bugfix #8426: certain hooks options segfaulted
This was caused by my previous commit for add_hook. * Also, removed a compiler warning in the Python code
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 aa229801188..ebf50d7dfde 100644
--- a/source/blender/python/api2_2x/Scene.c
+++ b/source/blender/python/api2_2x/Scene.c
@@ -42,6 +42,7 @@ struct View3D;
#include "DNA_screen_types.h"
#include "DNA_userdef_types.h" /* U.userdefs */
#include "DNA_object_types.h" /* SceneObSeq_new */
+#include "BKE_armature.h"
#include "BKE_depsgraph.h"
#include "BKE_library.h"
#include "BKE_object.h"