Blender Git Commit Log
Git Commits -> Revision 395c115
Revision 395c115 by Joseph Gilbert (master) April 25, 2004, 05:18 (GMT) |
- 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 |
Commit Details:
Full Hash: 395c1152c80d781b386125ca8da605f3893aa322
SVN Revision: 2401
Parent Commit: f47ec62
Lines Changed: +1197, -1411
7 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+3, -0) (Diff)
/source/blender/python/api2_2x/Scene.c (+232, -734) (Diff)
/source/blender/python/api2_2x/Scene.h (+4, -15) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+943, -529) (Diff)
/source/blender/python/api2_2x/sceneRender.h (+12, -132) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+232, -734) (Diff)
/source/blender/python/api2_2x/Scene.h (+4, -15) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+943, -529) (Diff)
/source/blender/python/api2_2x/sceneRender.h (+12, -132) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -1) (Diff)