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:
authorKen Hughes <khughes@pacific.edu>2007-04-01 07:58:42 +0400
committerKen Hughes <khughes@pacific.edu>2007-04-01 07:58:42 +0400
commit873b83c131bfa2c9faaec63e035cd2bed7f39365 (patch)
tree0589c6c9ee8748cda787776bede2574c20fa216d /source/blender/python/api2_2x/Blender.c
parent6057fc71862c6fe6215993bedbc309bd6c5527f2 (diff)
Python API
---------- Replace extern declarations for IDProp types with header include.
Diffstat (limited to 'source/blender/python/api2_2x/Blender.c')
-rw-r--r--source/blender/python/api2_2x/Blender.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/Blender.c b/source/blender/python/api2_2x/Blender.c
index 9423eb27c5c..1a46ecf0d41 100644
--- a/source/blender/python/api2_2x/Blender.c
+++ b/source/blender/python/api2_2x/Blender.c
@@ -71,6 +71,7 @@ struct ID; /*keep me up here */
#include "Effect.h"
#include "Ipo.h"
#include "Ipocurve.h"
+#include "IDProp.h"
#include "Key.h"
#include "Lamp.h"
#include "Lattice.h"
@@ -893,9 +894,6 @@ static PyObject *Blender_UnpackModesDict( void )
/*****************************************************************************/
/* Function: initBlender */
/*****************************************************************************/
-extern PyTypeObject IDArray_Type;
-extern PyTypeObject IDGroup_Type;
-extern PyTypeObject IDGroup_Iter_Type;
void M_Blender_Init(void)
{