Blender Git Loki
Git Commits -> Revision 1fb62d1
Revision 1fb62d1 by Harley Acheson (master) February 21, 2020, 16:20 (GMT) |
UI: Windows File Attributes and Hidden Items File Browser using Windows file attributes for decorating and hiding items. Differential Revision: https://developer.blender.org/D6816 Reviewed by Campbell Barton |
Commit Details:
Full Hash: 1fb62d1272db477277534c5d31ce220afd100637
Parent Commit: b1b0208
Lines Changed: +195, -42
6 Modified Paths:
/source/blender/blenlib/BLI_fileops.h (+24, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+63, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -1) (Diff)
/source/blender/editors/space_file/filelist.c (+81, -35) (Diff)
/source/blender/editors/space_file/file_draw.c (+24, -6) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+63, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -1) (Diff)
/source/blender/editors/space_file/filelist.c (+81, -35) (Diff)
/source/blender/editors/space_file/file_draw.c (+24, -6) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)