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:
authorJoseph Gilbert <ascotan@gmail.com>2004-04-25 09:18:43 +0400
committerJoseph Gilbert <ascotan@gmail.com>2004-04-25 09:18:43 +0400
commit395c1152c80d781b386125ca8da605f3893aa322 (patch)
tree66980865eac528a3c7b3d823016f8052a1824696 /source/blender/python/api2_2x/Types.h
parentf47ec62b07de1342ee0e2a9f8ac71a8c8fd30dc2 (diff)
- finalize scene.render module
- added some constants for the rendering module to blender module - moved rendering functions from scene to scene.render - rendering functions called from renderData struct instead of from scene directly - getRenderingContext() returns rendering data struct - deprecation of old scene functions - some formatting/documentation of code
Diffstat (limited to 'source/blender/python/api2_2x/Types.h')
-rw-r--r--source/blender/python/api2_2x/Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Types.h b/source/blender/python/api2_2x/Types.h
index 87d45fa7795..b78dfc7db1b 100644
--- a/source/blender/python/api2_2x/Types.h
+++ b/source/blender/python/api2_2x/Types.h
@@ -44,7 +44,7 @@ extern PyTypeObject Material_Type, Metaball_Type, MTex_Type;
extern PyTypeObject NMFace_Type, NMVert_Type, NMCol_Type, NMesh_Type;
extern PyTypeObject Object_Type;
extern PyTypeObject Particle_Type;
-extern PyTypeObject Scene_Type;
+extern PyTypeObject Scene_Type, RenderData_Type;
extern PyTypeObject Text_Type, Texture_Type;
extern PyTypeObject Wave_Type, World_Type;