Blender Git Commit Log

Git Commits -> Revision a09e5a7

Revision a09e5a7 by Willian Padovani Germano (master)
September 3, 2003, 04:13 (GMT)
Exppython:
- Window: added .GetCursorPos()
- Lamp: updated for NoDiffuse and NoSpecular modes
- Registry: new module to handle persistent data
- vector: made it correctly print only 3 values when vec->size==3:
Fixes nmvert coords printed with a 4th 0.0 coordinate
- Text: fixed crash on startup (Python 2.3, linux):
added definition of the Text pyobject earlier, in Types.c

Commit Details:

Full Hash: a09e5a7f2f3ae81f504106eeb62373bb99b39b51
SVN Revision: 1198
Parent Commit: 65746ab
Lines Changed: +330, -17

2 Added Paths:

/source/blender/python/api2_2x/Registry.c (+148, -0) (View)
/source/blender/python/api2_2x/Registry.h (+99, -0) (View)

9 Modified Paths:

/source/blender/python/api2_2x/Blender.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Lamp.c (+16, -6) (Diff)
/source/blender/python/api2_2x/Lamp.h (+2, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+3, -0) (Diff)
/source/blender/python/api2_2x/Types.c (+3, -0) (Diff)
/source/blender/python/api2_2x/vector.c (+5, -1) (Diff)
/source/blender/python/api2_2x/Window.c (+30, -8) (Diff)
/source/blender/python/api2_2x/Window.h (+8, -1) (Diff)
/source/blender/python/BPY_interface.c (+15, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021