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-03-14 05:06:57 +0300
committerJoseph Gilbert <ascotan@gmail.com>2004-03-14 05:06:57 +0300
commitc0966e309bfa7305a5223ba3250e4b59bf5fd2d5 (patch)
tree54f563e7aa5bae65f27c160c5736e99299e39b1c /source/blender/python/api2_2x/Scene.h
parent332c6c351273c1e7bc768f0e54e296afe69418a3 (diff)
- new files sceneRender.c/.h
- added new rendering module as part of the existing scene module - support for individual scene rendering - support for yafray rendering
Diffstat (limited to 'source/blender/python/api2_2x/Scene.h')
-rw-r--r--source/blender/python/api2_2x/Scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Scene.h b/source/blender/python/api2_2x/Scene.h
index ccb25a1dc51..db97ad891ec 100644
--- a/source/blender/python/api2_2x/Scene.h
+++ b/source/blender/python/api2_2x/Scene.h
@@ -37,6 +37,7 @@
#include "constant.h"
#include "gen_utils.h"
+#include "sceneRender.h"
/* The Scene PyType Object defined in Scene.c */
PyTypeObject Scene_Type;