Blender Git Loki
Git Commits -> Revision b8dce8f
Revision b8dce8f by Julian Eisel (asset-browser) November 22, 2020, 16:33 (GMT) |
Draw hint instead of file list if repository path is invalid If the repository is not found, draw a nice hint why nothing is shown and how you can address that. This should greatly help understand users how to set up repositories and where the Asset Browser expects to find the assets. {F9355048} |
Commit Details:
Full Hash: b8dce8f3ca1adcd1fde102b4de86c299fb5b987a
Parent Commit: d500fe6
Lines Changed: +151, -5
5 Modified Paths:
/source/blender/editors/interface/interface_style.c (+6, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+124, -0) (Diff)
/source/blender/editors/space_file/file_intern.h (+3, -0) (Diff)
/source/blender/editors/space_file/file_utils.c (+15, -2) (Diff)
/source/blender/editors/space_file/space_file.c (+3, -1) (Diff)
/source/blender/editors/space_file/file_draw.c (+124, -0) (Diff)
/source/blender/editors/space_file/file_intern.h (+3, -0) (Diff)
/source/blender/editors/space_file/file_utils.c (+15, -2) (Diff)
/source/blender/editors/space_file/space_file.c (+3, -1) (Diff)