Blender Git Commit Log
Git Commits -> Revision 039a8c9
Revision 039a8c9 by Willian Padovani Germano (master) September 9, 2005, 01:31 (GMT) |
BPython: - Pontus Lidman contributed a new module: Blender.Key + access to key objects from NMesh, Lattice and Curve + docs (thanks and sorry for taking so long to check/commit the patch!) - Allowing EVENT spacehandlers to call the file selector (scriptlinks in general are not allowed, but this special case should be able to). Requested by Paolo Colombo (thanks!) - tiny doc update (Ken Hughes pointed an error in the space handlers example) I didn't have time to update the Key module to follow the current bpython design, will do that later and also test it better than I did. |
Commit Details:
Full Hash: 039a8c95f3a9536b7e919fc5a55ddf864dd78d1c
SVN Revision: 5253
Parent Commit: 34ae147
Lines Changed: +704, -34
3 Added Paths:
/source/blender/python/api2_2x/doc/Key.py (+94, -0) (View)
/source/blender/python/api2_2x/Key.c (+418, -0) (View)
/source/blender/python/api2_2x/Key.h (+68, -0) (View)
/source/blender/python/api2_2x/Key.c (+418, -0) (View)
/source/blender/python/api2_2x/Key.h (+68, -0) (View)
10 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Curve.c (+34, -14) (Diff)
/source/blender/python/api2_2x/doc/API_related.py (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Curve.py (+9, -0) (Diff)
/source/blender/python/api2_2x/doc/Lattice.py (+8, -0) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+8, -0) (Diff)
/source/blender/python/api2_2x/Lattice.c (+28, -9) (Diff)
/source/blender/python/api2_2x/NMesh.c (+23, -3) (Diff)
/source/blender/python/BPY_interface.c (+9, -6) (Diff)
/source/blender/python/SConscript (+1, -0) (Diff)
/source/blender/python/api2_2x/Curve.c (+34, -14) (Diff)
/source/blender/python/api2_2x/doc/API_related.py (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Curve.py (+9, -0) (Diff)
/source/blender/python/api2_2x/doc/Lattice.py (+8, -0) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+8, -0) (Diff)
/source/blender/python/api2_2x/Lattice.c (+28, -9) (Diff)
/source/blender/python/api2_2x/NMesh.c (+23, -3) (Diff)
/source/blender/python/BPY_interface.c (+9, -6) (Diff)
/source/blender/python/SConscript (+1, -0) (Diff)