Blender Git Loki
Git Commits -> Revision c0303d7
Revision c0303d7 by Willian Padovani Germano (master) September 20, 2003, 03:40 (GMT) |
Exppython: - Object: implemented getBoundBox and makeDisplayList methods - NMesh and Object: small internal changes for nicer behavior - Draw: added function PupMenu - Docs: updated for the additions above Auto build tiny fix: added the imbuf include dir to source/creator/Makefile.am |
Commit Details:
Full Hash: c0303d78b4c25a095208d33a7d809ebb3db79404
SVN Revision: 1217
Parent Commit: 7a510b7
Lines Changed: +420, -124
10 Modified Paths:
/source/blender/python/api2_2x/doc/Draw.py (+4, -3) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+30, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+31, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+21, -0) (Diff)
/source/blender/python/api2_2x/Draw.h (+18, -5) (Diff)
/source/blender/python/api2_2x/modules.h (+1, -1) (Diff)
/source/blender/python/api2_2x/NMesh.c (+140, -23) (Diff)
/source/blender/python/api2_2x/NMesh.h (+15, -5) (Diff)
/source/blender/python/api2_2x/Object.c (+158, -86) (Diff)
/source/blender/python/api2_2x/Object.h (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+30, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+31, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+21, -0) (Diff)
/source/blender/python/api2_2x/Draw.h (+18, -5) (Diff)
/source/blender/python/api2_2x/modules.h (+1, -1) (Diff)
/source/blender/python/api2_2x/NMesh.c (+140, -23) (Diff)
/source/blender/python/api2_2x/NMesh.h (+15, -5) (Diff)
/source/blender/python/api2_2x/Object.c (+158, -86) (Diff)
/source/blender/python/api2_2x/Object.h (+2, -0) (Diff)