Pullusb / Tesselate_texture_plane

Blender addon - Triangulate your textured mesh while discarding alpha zones
GNU General Public License v3.0
126 stars 11 forks source link

addon not compatible with 3.1 menu doesnt appear #13

Closed AnityEx closed 2 years ago

AnityEx commented 2 years ago

i had blender copy old 3.0 settings and the addon looked enabled, but thre wasnt any menu, upon further inspection i unchecked and checked again the addon only for this to appear image

i closed blender and opened it with admin privileges but to no avail, the addon is just broken in this version apparently

Pullusb commented 2 years ago

The problem reside in your first sentence. The "copy old 3.0 settings" you mentioned ^^ :
That means Blender has copied the modules of previous version, that are incompatible with newer python of Blender 3.0+, Those need to be reinstalled from scratch because some module (triangle in this case) have been updated.

So just go into the modules folder the second listed address in your report: C:\Users\wesle\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\modules\
and delete the folder named triangle (and associated ...dist-info folder)

After that try to start (as admin preferably), since module is now missing, addon will auto-fetch it again. If you have the same error for opencv module. Delete also the cv2 folder and related dist-info

BTW if you have a numpy folder here, please delete as well. Recent version of the addon should not install it.

I suppose that will fix your issue (same as issue #11)

Cheers

AnityEx commented 2 years ago

thanks, this worked for me