Blender Git Commit Log
Git Commits -> Revision 775f006
Revision 775f006 by Willian Padovani Germano (master) September 18, 2003, 00:54 (GMT) |
Exppython: - Window: implemented .SetCursorPos, .GetViewMatrix, .GetViewVector - Lamp: .setDist was not in the methods table: Fix by new bpython developer Stephen Swaney - Scene: .frameSettings was crashing Blender (pointed by jms) - Added site dirs to sys.path (patch by Stephen Swaney) - NMesh: small internal change (added pointer to parent object) - Object: function NMesh_FromPyObject has a new arg: pointer to obj - Docs: added docs for implemented functions, plus some more info |
Commit Details:
Full Hash: 775f006bf1202abb5b9f69ecc3ab4cd1dd28a508
SVN Revision: 1214
Parent Commit: da773ee
Lines Changed: +329, -95
13 Modified Paths:
/source/blender/python/api2_2x/doc/Draw.py (+28, -1) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+16, -0) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+22, -0) (Diff)
/source/blender/python/api2_2x/Lamp.h (+2, -0) (Diff)
/source/blender/python/api2_2x/modules.h (+2, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+93, -73) (Diff)
/source/blender/python/api2_2x/NMesh.h (+4, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Scene.c (+5, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+28, -13) (Diff)
/source/blender/python/api2_2x/Window.c (+81, -0) (Diff)
/source/blender/python/api2_2x/Window.h (+18, -0) (Diff)
/source/blender/python/BPY_interface.c (+28, -2) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+16, -0) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+22, -0) (Diff)
/source/blender/python/api2_2x/Lamp.h (+2, -0) (Diff)
/source/blender/python/api2_2x/modules.h (+2, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+93, -73) (Diff)
/source/blender/python/api2_2x/NMesh.h (+4, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Scene.c (+5, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+28, -13) (Diff)
/source/blender/python/api2_2x/Window.c (+81, -0) (Diff)
/source/blender/python/api2_2x/Window.h (+18, -0) (Diff)
/source/blender/python/BPY_interface.c (+28, -2) (Diff)