franMarz / TexTools-Blender

TexTools is a UV and Texture toolset created several years ago for Blender and Max by @renderhjs. In this open repository, originally created by @SavMartin, we develop the current version of this popular Blender add-on.
Other
1.99k stars 135 forks source link

1.4.0 not installing. #62

Closed Losco-Nosciuto closed 3 years ago

Losco-Nosciuto commented 3 years ago

This is the console output, seems no error is given

bpy.context.space_data.system_bookmarks_active = 3 Modules Installed () from 'E:\USERS\Downloads\TexTools_v1.4.0.zip' into 'C:\Users\jmain\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons' bpy.data.window_managers["WinMan"].addon_search = "tex" Modules Installed () from 'E:\USERS\Downloads\TexTools_v1.4.0.zip' into 'C:\Users\jmain\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons'

Seems like it installs in the root "Addon" folder instead of creating it's own subfolder, checking out rn

Losco-Nosciuto commented 3 years ago

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

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

Installing manually outputs this

franMarz commented 3 years ago

Should be fixed now