[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Blender.c Scene.c Scene.h Types.c Types.h sceneRender.c sceneRender.h

Joseph Gilbert models at paposo.com
Sun Apr 25 07:18:44 CEST 2004


ascotan (Joseph Gilbert) 2004/04/25 07:18:44 CEST

  Modified files:
    blender/source/blender/python/api2_2x Blender.c Scene.c 
                                          Scene.h Types.c Types.h 
                                          sceneRender.c 
                                          sceneRender.h 
  
  Log:
  - 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
  
  Revision  Changes    Path
  1.34      +3 -0      blender/source/blender/python/api2_2x/Blender.c
  1.19      +232 -734  blender/source/blender/python/api2_2x/Scene.c
  1.4       +4 -15     blender/source/blender/python/api2_2x/Scene.h
  1.14      +2 -0      blender/source/blender/python/api2_2x/Types.c
  1.11      +1 -1      blender/source/blender/python/api2_2x/Types.h
  1.2       +941 -527  blender/source/blender/python/api2_2x/sceneRender.c
  1.2       +12 -132   blender/source/blender/python/api2_2x/sceneRender.h



More information about the Bf-blender-cvs mailing list