Blender Git Loki
Git Commits -> Revision be980b9
Revision be980b9 by Campbell Barton (master) May 16, 2014, 00:32 (GMT) |
3D Text: Change textbox placement to ignore font scale Logic here was very stupid, texboxes would have their initial locations scaled by font size but not their width/height. Now its possible to change font size while keeping the textbox layout. Other fixes - tab character didn't work properly with textboxes. - memory leak when VFontData was missing. |
Commit Details:
Full Hash: be980b9f7d6443e27e1263259430dc0b563d59d8
Parent Commit: 57e1ec2
Lines Changed: +52, -29