tornavis/source
Bastien Montagne 579631819f Fix T55503: File browser filter not working correctly.
There were two issues here, introduced by rB66aa4af836:
* Forgot to change length of some filter_glob var deep in filebrowser code.
* Truncating filter_glob in general can be dangerous, generating
unexpected patterns.

Last point was the root of the issue here, truncating to 63 chars string
left last group as 'match everything' `*` pattern.

To fix that to some extent, added a new BLI_path_extension_glob_validate
helper to BLI_path_util, which ensures we do not have last
wildcards-only group in our pattern, when there are more than one group.
2018-06-18 12:26:47 +02:00
..
blender Fix T55503: File browser filter not working correctly. 2018-06-18 12:26:47 +02:00
blenderplayer Cleanup: trailing space for remaining source/ 2018-06-17 17:06:28 +02:00
creator Cleanup: trailing space for remaining source/ 2018-06-17 17:06:28 +02:00
gameengine Cleanup: trailing space in source/gameengine/ 2018-06-17 17:03:10 +02:00
tools@87f7038ee8 Cleanup: trailing space for remaining source/ 2018-06-17 17:06:28 +02:00
CMakeLists.txt