obj: remove unneeded CTX_data_ensure_evaluated_depsgraph

As discussed on the chat and pointed out in D15015, that call is
not needed there (none of the other importers do it either).
This commit is contained in:
Aras Pranckevicius 2022-05-23 20:43:53 +03:00
parent 9e45af530a
commit ffa262c9f8
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ void importer_main(bContext *C, const OBJImportParams &import_params)
Scene *scene = CTX_data_scene(C);
ViewLayer *view_layer = CTX_data_view_layer(C);
importer_main(bmain, scene, view_layer, import_params);
static_cast<void>(CTX_data_ensure_evaluated_depsgraph(C));
}
void importer_main(Main *bmain,