Blender Git Commit Log
Git Commits -> Revision ad5bfec
Revision ad5bfec by Julian Eisel (asset-browser) October 1, 2020, 16:29 (GMT) |
Support switching between custom repositories in the Asset Browser Now the repository list in Asset Browers includes the custom repositories. They can be selected and should load fine (making the Browser show assets stored in the repository's .blend file). Some sanity checks (e.g. test if the repository path is valid and points to a .blend file) could be added still. |
Commit Details:
Full Hash: ad5bfecf5ac22752f6fe5d46f07ee903bde86d5f
Parent Commit: d68be33
Lines Changed: +203, -34
9 Modified Paths:
/source/blender/blenkernel/BKE_preferences.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/preferences.c (+18, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+13, -1) (Diff)
/source/blender/editors/space_file/filelist.h (+5, -1) (Diff)
/source/blender/editors/space_file/filesel.c (+30, -19) (Diff)
/source/blender/editors/space_file/space_file.c (+7, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+31, -3) (Diff)
/source/blender/makesrna/intern/rna_space.c (+90, -7) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/preferences.c (+18, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+13, -1) (Diff)
/source/blender/editors/space_file/filelist.h (+5, -1) (Diff)
/source/blender/editors/space_file/filesel.c (+30, -19) (Diff)
/source/blender/editors/space_file/space_file.c (+7, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+31, -3) (Diff)
/source/blender/makesrna/intern/rna_space.c (+90, -7) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -0) (Diff)