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

Error addon on python 3.1.0 version released #9

Closed catafest closed 2 years ago

catafest commented 2 years ago

I try to install the addon on Blender version 3.1.0 but I got this errors

addon_utils.disable: Tesselate_texture_plane-master not disabled
Modules Installed (Tesselate_texture_plane-master) from 'C:\\Users\\catal\\Downloads\\Tesselate_texture_plane-master.zip' into 'C:\\Users\\catal\\AppData\\Roaming\\Blender Foundation\\Blender\\3.1\\scripts\\addons'
Traceback (most recent call last):
  File "C:\blender-3.1.0-alpha+master.d5d91b4ae41b-windows.amd64-release\3.1\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "C:\Users\catal\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Tesselate_texture_plane-master\__init__.py", line 48, in <module>
    from . import auto_modules
  File "C:\Users\catal\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Tesselate_texture_plane-master\auto_modules.py", line 27, in <module>
    PYTHON_PATH = Path(bpy.app.binary_path_python)
AttributeError: 'bpy.app' object has no attribute 'binary_path_python'

Traceback (most recent call last):
  File "C:\blender-3.1.0-alpha+master.d5d91b4ae41b-windows.amd64-release\3.1\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "C:\Users\catal\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Tesselate_texture_plane-master\__init__.py", line 48, in <module>
    from . import auto_modules
  File "C:\Users\catal\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Tesselate_texture_plane-master\auto_modules.py", line 27, in <module>
    PYTHON_PATH = Path(bpy.app.binary_path_python)
AttributeError: 'bpy.app' object has no attribute 'binary_path_python'
Pullusb commented 2 years ago

Hi ! I am aware that it does not work in recent version of blender, but at the moment I can't do anything about it. Check this issue for more information : https://github.com/Pullusb/Tesselate_texture_plane/issues/7

Cheers

Pullusb commented 2 years ago

@catafest the ddon was just updated and now work in latest blender (carefull though since crash can still happen using tesselate feature)

If you run into other issue please comment in issue #7