Adds selected_ids member to the filebrowser context.
This allows the 'Clear Asset' context menu operator
to clear multiple assets.
Updates the asset_ops.c logic to use 'selected_ids'
if available, and fallback to 'id' if it is not.
Details
Details
- Reviewers
Julian Eisel (Severin)
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- asset-browser-selected-ids (branched from master)
- Build Status
Buildable 23224 Build 23224: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for this! Small fix needed, otherwise looks okay.
| source/blender/editors/space_file/space_file.c | ||
|---|---|---|
| 967 | Needs a null-check for id. Only assets stored in the current files will have one. | |