Blender Git Loki
Git Commits -> Revision 0d5f845
Revision 0d5f845 by Campbell Barton (master) November 9, 2015, 21:53 (GMT) |
UI: support editing >400 length text buttons RNA could define strings as dynamically sized, but the interface ignored this and clamped them to UI_MAX_DRAW_STR. Fixes T46734, also fixes possible pasting non-utf8 text into utf8 buttons. |
Commit Details:
Full Hash: 0d5f845bb5732392b5892ff6d24ceffcf38cf22f
Parent Commit: 6860cca
Lines Changed: +142, -59