Hi, thanks for the fix. Commit message can be more descriptive instead of "fix for xxx". For example: "Exclude the case of scene collection when importing to selected collection..." 🙂
Yes,…
Hi,
Quick fix :
if collection != scene.collection and collection.name not in scene.collection.children: scene.collection.children.link(collection)
I think it's better to make it True by default otherwise it create a mess on the active collection after the importation of multiple 3DS files.
@NRGSille Thanks for your commit. I tried another time my commit in 4.2 with your patch and it works as expected (import multiple 3ds files at once). I don't understand why this doesn't work for you.
@NRGSille the patch works very well on Blender 4.1 beta but doesn’t on the last Blender 4.2 alpha (the last build) because the there is an issue with the Blender 4.2 alpha addon : I can’t…