@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.
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.