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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-05-31 08:43:10 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2003-05-31 08:43:10 +0400
commit302479603b6ae471e0079617cfe3a2e98e74c249 (patch)
treedda4ea3284e85cea514f02fdac331c65e8618b12 /source/blender/python/api2_2x/gen_utils.h
parent721fa5479c84466f2b0c15a1781cae874875f622 (diff)
* Updated NMesh port to exppython:
Added material and image handling/hooks and the constant dictionaries. Changed Image.h and Material.h to only have public declarations, so NMesh could include them.
Diffstat (limited to 'source/blender/python/api2_2x/gen_utils.h')
-rw-r--r--source/blender/python/api2_2x/gen_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/gen_utils.h b/source/blender/python/api2_2x/gen_utils.h
index 1fdd07d0d10..145a2684cf7 100644
--- a/source/blender/python/api2_2x/gen_utils.h
+++ b/source/blender/python/api2_2x/gen_utils.h
@@ -32,14 +32,15 @@
#ifndef EXPP_gen_utils_h
#define EXPP_gen_utils_h
+#include <Python.h>
#include <stdio.h>
#include <string.h>
-#include <Python.h>
#include <BKE_global.h>
#include <BKE_main.h>
#include <DNA_ID.h>
#include <DNA_object_types.h>
+#include <DNA_material_types.h>
#include <DNA_scriptlink_types.h>
#include <DNA_listBase.h>