@aras Does Blender 3.4 still use old OBJ importer when I import files in Python script?
It loads OBJ file quite fast in UI but takes forever to import it using Python script. I use `bpy.ops.import_scene.obj` to import it.
Reference/Release Notes/3.3/Pipeline Assets IO - Blender Developer Wiki

@aras Thank you for pointing out to this! Processing now takes ~5 min instead of ~20 min!