Blender Git Loki
Git Commits -> Revision 8e78b9d
Revision 8e78b9d by Julian Eisel (temp-asset-browser-catalogs-ui) September 24, 2021, 18:12 (GMT) |
Assets: Read catalogs immediately when loading a library Until now, the asset catalogs would only show up after all assets from the library were loaded. Now the catalogs are read first, which makes them appear pretty much immediately. I added a dedicated file-list type for asset libraries now. While not necessarily needed, I prefer that so asset library specific stuff can be handled in there. |
Commit Details:
Full Hash: 8e78b9dd9174c0cc7456d6143612d8517c7a96fa
Parent Commit: f413bc2
Lines Changed: +58, -22
5 Modified Paths:
/source/blender/editors/asset/intern/asset_list.cc (+1, -1) (Diff)
/source/blender/editors/space_file/filelist.c (+48, -19) (Diff)
/source/blender/editors/space_file/filelist.h (+4, -1) (Diff)
/source/blender/editors/space_file/filesel.c (+2, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+48, -19) (Diff)
/source/blender/editors/space_file/filelist.h (+4, -1) (Diff)
/source/blender/editors/space_file/filesel.c (+2, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)