Merge branch 'blender-v3.0-release'

This commit is contained in:
Julian Eisel 2021-11-30 15:41:29 +01:00
commit 2fbb52dd86
1 changed files with 1 additions and 1 deletions

View File

@ -5778,7 +5778,7 @@ static void keymap_modal_set(wmKeyConfig *keyconf)
static bool blend_file_drop_poll(bContext *UNUSED(C), wmDrag *drag, const wmEvent *UNUSED(event))
{
if (drag->type == WM_DRAG_PATH) {
if (drag->icon == ICON_FILE_BLEND) {
if (ELEM(drag->icon, ICON_FILE_BLEND, ICON_BLENDER)) {
return true;
}
}