REDxEYE / io_texture_VTF

Import-Export > Source Engine texture import
18 stars 4 forks source link

io_texture_VTF add-on activation error: No module named 'io_texture_VTF.vtf #7

Open Gnates opened 5 years ago

Gnates commented 5 years ago

Blender 2.80 Beta [ Date: 2019-03-03 Hash: ae977d13f8e9 ] io_texture_VTF v2.0 https://github.com/REDxEYE/io_texture_VTF/releases/download/2.0/io_texture_VTF.zip 9465544

Installation had no errors. Activating the add-on produced the error message below:

Traceback (most recent call last): File "D:\Blender\Blender2-8\2.80\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\io_texture_VTF__init__.py", line 2, in from .vtf import import_texture, export_texture ModuleNotFoundError: No module named 'io_texture_VTF.vtf'

green-s commented 5 years ago

The zip doesn't include the submodules. git clone --recursive https://github.com/REDxEYE/io_texture_VTF, then put a build of VTFLib in VTFLibWrapper (named VTFLib.x64.dll for x64, VTFLib.x86.dll for x86).

yasmeenel3sh commented 4 years ago

It says access denied

ZenkakuHiragana commented 8 months ago

I did the following steps and it seems I could successfully activate the addon:

Dushess commented 5 months ago

And then it creates an error while importing both texture and material. I may be foolish with this, but this is the problem: image

REDxEYE commented 5 months ago

Why are you using this addon instead of SourceIO?