Blender Git Commit Log
Git Commits -> Revision da6578e
Revision da6578e by Bastien Montagne (master) November 27, 2015, 20:18 (GMT) |
Fix T46827: Appending Specific Groups Doesn't Work on Windows. Issue was with datablocks which names would include '/', new filebrowser filelisting code would cleanup the entire filepath, hence giving invalid filename in this case. That 'path separator in ID names' bit us already in lib/datatype/datablock separating func, this is really stupid to allow that in something handled as a filepath imho, but well... Note: would have break the same under *nix with '' char. |
Commit Details:
Full Hash: da6578e647a749a464e524d3cfe8b11ac66c424f
Parent Commit: bab8dee
Lines Changed: +11, -4
1 Modified Path:
/source/blender/editors/space_file/filelist.c (+11, -4) (Diff)