Weisl / Collider-Tools

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

ModuleNotFoundError #438

Closed lordekeen closed 11 months ago

lordekeen commented 11 months ago

Hi, i'm trying to install the addon, and I keep getting the same error:

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 333, in enable mod = import(module_name) ModuleNotFoundError: No module named 'Collider-Tools-1'

With any version downloaded here, am i forgetting to do something?

Weisl commented 11 months ago

Hi @lordekeen, The official releases are only uploaded on Blender Market and Gumroad. I have tested the releases on those platforms. Let me know if you encounter any issues with them. The GitHub releases contain the source code but are not necessarily the final tested product.

cheers, Matthias

namrog84 commented 6 months ago

FYI for those that came here later on. The underlying problem is the name of the installed folder it gets installed to into Blender.

If you rename it (the main folder from Collider-Tools-1.4.3 to Collider-Tools or equivalent. This problem goes away.

It just happens to be that the gumroad and blendermarket versions typically end up with slightly different packaging/parent folder names and doesn't face those issues.

But as Weisl said, if you grab from the official tested sources, you don't have to make any changes yourself.

I typically grabbed from paid gumroad, since I didn't even know there was a github for a while :P