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
35 stars 7 forks source link

check for all supported object types and not only 'MESH' #500

Closed Weisl closed 3 months ago

Weisl commented 3 months ago

I noticed that some operations like the convert_from_name only check for 'MESH' in the poll function instead of all supported object types.