Blender Git Commit Log
Git Commits -> Revision d6e9b0c
Revision d6e9b0c by Julian Eisel (asset-system-filelist) May 26, 2021, 22:22 (GMT) |
Mostly finish regular file reading & general improvements Main thing that's missing for regular file reading is supporting symbolic links. Most work for them is already done though. |
Commit Details:
Full Hash: d6e9b0ce5d61f64a3879459c9d39a151aabdea81
Parent Commit: c7f2391
Lines Changed: +330, -119
8 Modified Paths:
/source/blender/editors/asset/asset_list.cc (+1, -1) (Diff)
/source/blender/editors/filelist/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/filelist/file_list.cc (+48, -3) (Diff)
/source/blender/editors/filelist/file_list.hh (+17, -11) (Diff)
/source/blender/editors/filelist/file_list_entry.cc (+114, -30) (Diff)
/source/blender/editors/filelist/file_list_entry.hh (+41, -21) (Diff)
/source/blender/editors/filelist/file_list_reader.cc (+79, -42) (Diff)
/source/blender/editors/filelist/file_list_reader.hh (+28, -11) (Diff)
/source/blender/editors/filelist/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/filelist/file_list.cc (+48, -3) (Diff)
/source/blender/editors/filelist/file_list.hh (+17, -11) (Diff)
/source/blender/editors/filelist/file_list_entry.cc (+114, -30) (Diff)
/source/blender/editors/filelist/file_list_entry.hh (+41, -21) (Diff)
/source/blender/editors/filelist/file_list_reader.cc (+79, -42) (Diff)
/source/blender/editors/filelist/file_list_reader.hh (+28, -11) (Diff)