StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

[Bug Report] Merge functionality gets borked with duplicates #187

Closed StjerneIdioten closed 9 months ago

StjerneIdioten commented 10 months ago

Describe the bug

The new merge group functionality works poorly with duplicating objects and any other operation where Blender might just copy the merge group index from one object to another, since the object then never gets added to the merge groups internal list of members and thus all sorts of things break (Deleting merge groups, exporting) since it relies on this list being accurate.