Weisl / simple_collider

This addon allows you to create collider meshes more easily. It provides different operators to generate primitve colliders or convex mesh colliders out of a selection.
GNU General Public License v3.0
33 stars 7 forks source link

Loose Mesh - Edit Mode #484

Closed plumbjet closed 1 month ago

plumbjet commented 4 months ago

Get this crash when i try to add Cylinder collision to grouped objects and place collision based on selection

Screenshot 2024-05-22 093513

Weisl commented 4 months ago

I can confirm this bug. This happens because Loose Mesh is currently not supported for Edit mode. I made it so that you can't select use mesh in the modal operation but the check does not apply when you set Loose Mesh in the Tool Defaults. I need to add an additional safety check there! Thanks for reporting!

plumbjet commented 4 months ago

Do you think this could be supported in edit mode , Would be a great feature.

Weisl commented 2 months ago

I split loose mesh from the generation mode. I still need to fix the edit mode issue

Weisl commented 2 months ago

Fixed for version 1.6. I only need to add the tmp meshes to the tmp_mesh collection and delete them after creation

Weisl commented 2 months ago
Weisl commented 1 month ago

Should be fixed