Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/wavefront_obj/importer/obj_importer.cc
| Context not available. | |||||
| const OBJImportParams &import_params, | const OBJImportParams &import_params, | ||||
| Vector<std::unique_ptr<Geometry>> &all_geometries, | Vector<std::unique_ptr<Geometry>> &all_geometries, | ||||
| const GlobalVertices &global_vertices, | const GlobalVertices &global_vertices, | ||||
| const Map<std::string, std::unique_ptr<MTLMaterial>> &materials, | Map<std::string, std::unique_ptr<MTLMaterial>> &materials, | ||||
| Map<std::string, Material *> &created_materials) | Map<std::string, Material *> &created_materials) | ||||
| { | { | ||||
| BKE_view_layer_base_deselect_all(view_layer); | BKE_view_layer_base_deselect_all(view_layer); | ||||
| Context not available. | |||||