Files
test/source/blender
Bastien Montagne d7b9202567 BLI_path_utils: fix/enhance BLI_filename_make_safe(), add BLI_path_make_safe().
BLI_filename_make_safe had several issues:
* Would replace all dots ('.'), not a great idea since it would break extensions.
* Was not checking for 'control' ASCII chars (though unlikely, better to be safe here).
* Win32 only: was not checking for forbidden names (con, aux, ltp0, com0, etc.).

New BLI_path_make_safe() simply checks each path's item with BLI_filename_make_safe().
2015-07-14 18:57:38 +02:00
..
2015-06-05 16:13:15 +02:00
2015-07-14 16:48:23 +02:00
2015-01-29 15:35:06 +11:00
2015-06-16 10:32:41 +10:00
2015-07-09 19:39:37 +10:00
2015-07-14 22:29:31 +10:00