Blender Git Commit Log
Git Commits -> Revision afb1a64
Revision afb1a64 by Brecht Van Lommel (master) March 26, 2020, 18:57 (GMT) |
Fix T60682: adds macOS alias redirection for directories This adds support for macOS aliases in addition to symlinks. It also adds support for hidden, readonly and system file attributes. Contributed by Ankit (ankitm) with modifications by me. Differential Revision: https://developer.blender.org/D6679 |
Commit Details:
Full Hash: afb1a64ccb81b7ed792f64151986f40f53af8da5
Parent Commit: d1972e5
Lines Changed: +153, -21
1 Added Path:
/source/blender/blenlib/intern/storage_apple.mm (+96, -0) (View)
6 Modified Paths:
/source/blender/blenlib/BLI_fileops.h (+1, -0) (Diff)
/source/blender/blenlib/CMakeLists.txt (+7, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+18, -14) (Diff)
/source/blender/editors/space_file/filelist.c (+25, -6) (Diff)
/source/blender/editors/space_file/file_ops.c (+3, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/blenlib/CMakeLists.txt (+7, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+18, -14) (Diff)
/source/blender/editors/space_file/filelist.c (+25, -6) (Diff)
/source/blender/editors/space_file/file_ops.c (+3, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)