Blender Git Loki
Git Commits -> Revision 2f0db80
Revision 2f0db80 by Campbell Barton (master) October 15, 2015, 17:57 (GMT) |
Fix crash pressing +/- in file-selector Filenames over 128 chars would crash. Move BLI_newname into file_ops, this was only used in one place and isn't all that re-usable. Also remove special behavior for 4 digits. |
Commit Details:
Full Hash: 2f0db8015554d0fa80db58313f5b63b0355546f0
Parent Commit: cebaedd
Lines Changed: +32, -26