LibOverride: Do not assert when root ID is not object/collection.

While uncommon, this is still a valid case...
This commit is contained in:
Bastien Montagne 2022-03-08 14:56:30 +01:00
parent 178f4fa71e
commit bea7d2e22d
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ static void lib_override_library_create_post_process(Main *bmain,
break;
}
default:
BLI_assert(0);
break;
}
}
if (default_instantiating_collection == NULL) {