Blender Git Loki
Git Commits -> Revision fad2aeb
Revision fad2aeb by Willian Padovani Germano (master) July 1, 2003, 05:19 (GMT) |
- small fix in Sys.c to compile on Windows: Thanks Florian Eggenberger for telling us about it. And Greg McBride for pointing a possible fix. - Draw.Text and Draw.GetStringWidth updated: Now they accept an optional second parameter to set font size and Draw.Text returns the drawn string width. - Partially fixed the update() and PutRaw() bugs in NMesh: A total fix will require bigger changes, but what was done (unless buggy) takes care of the common cases. |
Commit Details:
Full Hash: fad2aeb3fb674ed9fe9d5e87622cc1f6b7d4ecb1
SVN Revision: 960
Parent Commit: 14b4ed4
Lines Changed: +138, -112
7 Modified Paths:
/source/blender/python/api2_2x/Draw.c (+5, -6) (Diff)
/source/blender/python/api2_2x/Draw.h (+6, -3) (Diff)
/source/blender/python/api2_2x/Material.c (+19, -2) (Diff)
/source/blender/python/api2_2x/modules.h (+4, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+102, -97) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Sys.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Draw.h (+6, -3) (Diff)
/source/blender/python/api2_2x/Material.c (+19, -2) (Diff)
/source/blender/python/api2_2x/modules.h (+4, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+102, -97) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Sys.c (+1, -1) (Diff)