Blender Git Commit Log
Git Commits -> Revision 3ff5d8f
Revision 3ff5d8f by Julian Eisel (master) August 2, 2021, 15:00 (GMT) |
Asset Browser: Proper context menu for assets Add a context menu dedicated to asset operations to the Asset Browser. There are two separate context menus to keep things separated well and avoid confusing if-else logic (similar to D12057 & D12059). Their polls make sure they are displayed for the right contexts only. Also (to be committed as followup cleanup): Remove now unused special handling for assets in file delete operator. Differential Revision: https://developer.blender.org/D12062 |
Commit Details:
Full Hash: 3ff5d8f719f592c2ea17533532708e883a8baa96
Parent Commit: ceb0491
Lines Changed: +35, -20
4 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -0) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_filebrowser.py (+29, -6) (Diff)
/source/blender/editors/space_file/file_ops.c (+4, -14) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_filebrowser.py (+29, -6) (Diff)
/source/blender/editors/space_file/file_ops.c (+4, -14) (Diff)