Asset Browser: Add selected_ids to filebrowser context #104692

Closed
Angus Stanton wants to merge 8 commits from ab_stanton/blender:selected-ids into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

8 Commits

Author SHA1 Message Date
Angus Stanton 45f198a2e5 Remove file 2023-02-13 12:12:03 +00:00
Angus Stanton 3f0afa4cc8 Temp commit 2023-02-13 12:11:35 +00:00
Angus Stanton 9aca84dfee Merge branch 'main' into asset-browser-selected-ids 2023-02-13 12:04:09 +00:00
Angus Stanton 694aaf41b2 Merge branch 'master' into asset-browser-selected-ids 2022-12-10 00:11:38 +00:00
Angus Stanton b6e42ef562 Add null check to selected_ids retrieval 2022-08-25 11:50:45 +01:00
Angus Stanton c697b0a302 Merge branch 'master' into asset-browser-selected-ids 2022-08-25 11:12:45 +01:00
Angus Stanton e43c976ee0 Formatting 2022-08-01 16:07:32 +01:00
Angus Stanton 43ad5cc88e Asset Browser: Add selected_ids to filebrowser context
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.

Differential Revision: https://developer.blender.org/D15593
2022-08-01 16:05:47 +01:00