Blender Git Loki
Git Commits -> Revision 83b572f
Revision 83b572f by Julian Eisel (asset-browser) December 2, 2020, 22:00 (GMT) |
Asset Browser UI This introduces the UI part of the Asset Browser. Additions: * Asset Browser as sub-editor of the File Browser. * Asset repository dropdown, showing "Current File" and all custom repositories. * Display popover, filter popover and search box (partially dummies, see T82680). * Navigation region showing asset categories. * Asset metadata editing UI in the sidebar (preview, description, tags). * Make asset files draggable (with preview image). * If a repository with invalid path is selected, draw a message in the main region to help the user understand what's wrong. * Operators to add and remove asset tags. * "Only Assets" option for Link/Append. Differential Revision: https://developer.blender.org/D9725 |
Commit Details:
Full Hash: 83b572f6b9395ba571ef69bc06e6c01b2b0a1b75
Parent Commit: cf08846
Lines Changed: +650, -51
2 Added Paths:
/release/scripts/modules/bpy_extras/asset_utils.py (+63, -0) (View)
/release/scripts/startup/bl_operators/assets.py (+74, -0) (View)
/release/scripts/startup/bl_operators/assets.py (+74, -0) (View)
10 Modified Paths:
/release/scripts/modules/bpy_extras/__init__.py (+1, -0) (Diff)
/release/scripts/startup/bl_operators/__init__.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_filebrowser.py (+174, -22) (Diff)
/source/blender/editors/interface/interface_style.c (+6, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+174, -13) (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 (+75, -12) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+62, -0) (Diff)
/release/scripts/startup/bl_operators/__init__.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_filebrowser.py (+174, -22) (Diff)
/source/blender/editors/interface/interface_style.c (+6, -2) (Diff)
/source/blender/editors/space_file/file_draw.c (+174, -13) (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 (+75, -12) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+62, -0) (Diff)