Blender Git Loki
Git Commits -> Revision 073ad01
Revision 073ad01 by Julian Eisel (asset-browser) November 20, 2020, 00:26 (GMT) |
Show UIList with asset tags in Asset Browser sidebar Tags can still only be edited from Python. Operators and buttons still have to be added. Also, tags aren't read for other files yet, so the tag list is only shown for the "Current File". |
Commit Details:
Full Hash: 073ad01a4bb87c7498397b2ae2ea44d240651316
Parent Commit: 898d955
Lines Changed: +71, -0
6 Modified Paths:
/release/scripts/startup/bl_ui/space_filebrowser.py (+35, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_asset_types.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_asset_types.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -0) (Diff)