Blender Git Commit Log
Git Commits -> Revision 72f0cda
Revision 72f0cda by Willian Padovani Germano (master) June 26, 2003, 02:03 (GMT) |
* Added function Blender.Draw.GetStringWidth(). * Added doc and small test for Blender.Test * trying changes to make Blender.Test.unlink() safer. |
Commit Details:
Full Hash: 72f0cdace4cd4e83b8175f255a0d7733bfa2f0d1
SVN Revision: 936
Parent Commit: dd8f216
Lines Changed: +414, -180
2 Added Paths:
/source/blender/python/api2_2x/doc/testtext.py (+29, -0) (View)
/source/blender/python/api2_2x/doc/Text.py (+124, -0) (View)
/source/blender/python/api2_2x/doc/Text.py (+124, -0) (View)
6 Modified Paths:
/source/blender/python/api2_2x/BGL.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Draw.c (+19, -1) (Diff)
/source/blender/python/api2_2x/Draw.h (+6, -0) (Diff)
/source/blender/python/api2_2x/modules.h (+5, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+198, -147) (Diff)
/source/blender/python/api2_2x/Text.h (+32, -30) (Diff)
/source/blender/python/api2_2x/Draw.c (+19, -1) (Diff)
/source/blender/python/api2_2x/Draw.h (+6, -0) (Diff)
/source/blender/python/api2_2x/modules.h (+5, -1) (Diff)
/source/blender/python/api2_2x/Text.c (+198, -147) (Diff)
/source/blender/python/api2_2x/Text.h (+32, -30) (Diff)