Blender Git Loki
Git Commits -> Revision 9edf1c0
Revision 9edf1c0 by Willian Padovani Germano (master) May 23, 2003, 04:34 (GMT) |
* Fixed bug in BPY_interface.c (exppython): Found that syntax errors in scripts were giving SIGSEGV, my mistake. * Added new helper type: rgbTuple. This is used to represent and deal with rgb color triplets in modules like Material and Lamp. Updated Lamp module to use it. |
Commit Details:
Full Hash: 9edf1c08a6cfdf77e484478143c5ac9e947d25d2
SVN Revision: 814
Parent Commit: 0773536
Lines Changed: +513, -33
2 Added Paths:
/source/blender/python/api2_2x/rgbTuple.c (+400, -0) (View)
/source/blender/python/api2_2x/rgbTuple.h (+59, -0) (View)
/source/blender/python/api2_2x/rgbTuple.h (+59, -0) (View)
6 Modified Paths:
/source/blender/python/api2_2x/constant.c (+6, -15) (Diff)
/source/blender/python/api2_2x/constant.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+34, -13) (Diff)
/source/blender/python/api2_2x/Lamp.h (+11, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+1, -1) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -1) (Diff)
/source/blender/python/api2_2x/constant.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+34, -13) (Diff)
/source/blender/python/api2_2x/Lamp.h (+11, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+1, -1) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -1) (Diff)