Blender Git Commit Log
Git Commits -> Revision c4aba77
Revision c4aba77 by Julian Eisel (asset-browser) November 20, 2020, 12:06 (GMT) |
Support editing asset tags in the "Current File" repository Show buttons for adding and removing asset tags in the Asset Browser sidebar. Also adds some utility Python files that we will need further I think, especially once we want to add Python APIs for the Asset Browser for asset management systems. |
Commit Details:
Full Hash: c4aba77211e86d11fd48ea234dc606fb4a95eb2c
Parent Commit: 073ad01
Lines Changed: +175, -13
2 Added Paths:
/release/scripts/modules/bpy_extras/asset_utils.py (+47, -0) (View)
/release/scripts/startup/bl_operators/assets.py (+74, -0) (View)
/release/scripts/startup/bl_operators/assets.py (+74, -0) (View)
5 Modified Paths:
/release/scripts/startup/bl_operators/__init__.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_filebrowser.py (+9, -3) (Diff)
/source/blender/blenkernel/BKE_asset.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/asset.c (+22, -3) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+21, -7) (Diff)
/release/scripts/startup/bl_ui/space_filebrowser.py (+9, -3) (Diff)
/source/blender/blenkernel/BKE_asset.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/asset.c (+22, -3) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+21, -7) (Diff)