taniwha / io_object_mu

Python .mu reader/writer and blender import/export addon
GNU General Public License v2.0
120 stars 51 forks source link

fix for duplication of mesh colliders #38

Closed flagmaggot closed 4 years ago

flagmaggot commented 4 years ago

I repaired two issues I came across with creating mesh colliders. Some would duplicate and others would be linked but not appear in the same collection. This fixes that.

Also, I added a line to hide the mesh collider upon creation as a quality of life. If you disagree with this, it's just line 138

taniwha commented 4 years ago

thanks :)