mika-f / blender-drag-and-drop

Blender Add-on: Drag and Drop Support
https://docs.natsuneko.cat/en-us/drag-and-drop-support/
MIT License
281 stars 8 forks source link

Obj and STL importers use older, slower commands #38

Closed pfalkingham closed 11 months ago

pfalkingham commented 1 year ago

Blender 3.4/3.5 saw obj and stl importers updated to be significantly faster. Looks like this is still using the legacy importers?

mika-f commented 1 year ago

Yes. I'm currently using the old importer. However, I think it is better to use the new improvement importers, so I'll use the new one if available on add-on loaded version of Blender!

mika-f commented 11 months ago

Resolved in https://github.com/mika-f/blender-drag-and-drop/pull/37.