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.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e43c976ee0 - Show all commits

View File

@ -967,7 +967,7 @@ static int /*eContextResult*/ file_context(const bContext *C,
CTX_data_id_list_add(result, id);
}
}
CTX_data_type_set(result, CTX_DATA_TYPE_COLLECTION);
CTX_data_type_set(result, CTX_DATA_TYPE_COLLECTION);
return CTX_RESULT_OK;
}
if (CTX_data_equals(member, "id")) {