Blender Git Loki

Git Commits -> Revision 06ee04f

Revision 06ee04f by Willian Padovani Germano (master)
June 24, 2003, 07:21 (GMT)

* Added more doc files for epydoc and a test for the camera module.
* Moved public declarations in camera and lamp to a new file: bpy_types.h.
* Fixed minor bugs in material, rgbTuple and Lamp + other minor changes.
* Made part of the changes to conform to decided naming conventions.

Commit Details:

Full Hash: 06ee04fb05ff58e6e0a781b64100825ba7358f19
SVN Revision: 933
Parent Commit: a0ea4df
Lines Changed: +1329, -1361

4 Added Paths:

/source/blender/python/api2_2x/bpy_types.h (+76, -0) (View)
/source/blender/python/api2_2x/doc/Blender.py (+58, -0) (View)
/source/blender/python/api2_2x/doc/Lamp.py (+319, -0) (View)
/source/blender/python/api2_2x/doc/testcamera.py (+137, -0) (View)

21 Modified Paths:

/source/blender/python/api2_2x/BGL.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Blender.c (+11, -11) (Diff)
/source/blender/python/api2_2x/Blender.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Camera.c (+9, -423) (Diff)
/source/blender/python/api2_2x/Camera.h (+134, -15) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+32, -33) (Diff)
/source/blender/python/api2_2x/Draw.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Image.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Lamp.c (+105, -75) (Diff)
/source/blender/python/api2_2x/Lamp.h (+61, -105) (Diff)
/source/blender/python/api2_2x/Material.c (+303, -339) (Diff)
/source/blender/python/api2_2x/Material.h (+4, -4) (Diff)
/source/blender/python/api2_2x/modules.h (+12, -12) (Diff)
/source/blender/python/api2_2x/NMesh.c (+3, -3) (Diff)
/source/blender/python/api2_2x/rgbTuple.c (+39, -40) (Diff)
/source/blender/python/api2_2x/rgbTuple.h (+4, -4) (Diff)
/source/blender/python/api2_2x/Scene.c (+2, -279) (Diff)
/source/blender/python/api2_2x/Text.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Window.c (+5, -5) (Diff)
/source/blender/python/api2_2x/Window.h (+6, -4) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021