KhronosGroup / glTF-Blender-IO

Blender glTF 2.0 importer and exporter
https://docs.blender.org/manual/en/latest/addons/import_export/scene_gltf2.html
Apache License 2.0
1.5k stars 319 forks source link

Make selection of imported objects optional #2399

Closed vvoovv closed 2 weeks ago

vvoovv commented 1 month ago

Is your feature request related to a problem? Please describe.

The glTF importer can be used for the import of thousands of glTF files one after another. Each subsequent import takes longer since it takes more time to deselect all objects that were imported before.

Describe the solution you'd like

Make selection of imported objects optional with a setting in the addon operator.

Describe alternatives you've considered

Currently I am patching the static method BlenderScene.select_imported_objects in the module io_scene_gltf2.blender.imp.scene. The method is set to an empty function.