Blender Git Commit Log
Git Commits -> Revision c87e6b2
Revision c87e6b2 by Julian Eisel (master) September 24, 2021, 18:17 (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. This makes the UI more responsive and feel less heavy. 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: c87e6b23be5683e006d75a69281ecf64dc86c7d6
Parent Commit: be16794
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)