nerk987 / txa_ant

Textured version of the A.N.T. Landscape blender addon
84 stars 10 forks source link

Doesn't work with Blender 2.90 #5

Closed murphofwye closed 3 years ago

murphofwye commented 3 years ago

Get an error like below everytime I try to activate it in preferences.

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) File "C:\Users*****\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\txa_ant-master__init__.py", line 49, in from txa_ant import add_mesh_ant_landscape ModuleNotFoundError: No module named 'txa_ant'

problems-2 commented 3 years ago

same i also got that issue did you manage to fix it?

nerk987 commented 3 years ago

@problems-2 If you got the error above (That includes the 'txa_ant-masterinit.py' reference), then it looks like you didn't download the correct zip file. If you go to the main txa_ant github page where the instructions are shown and click on the 'txa_ant_3_00_2.zip' link in the instructions, then this should install ok in Blender 3.0 Alpha. If you're using Blender 2.9x, you should go to the releases and download 'txa_ant_2_91_1.zip'.

Although it should install on Blender version 3.0, there are problems when you run it with the latest alpha version. They have been changing the shader nodes which creates problems for the addon. I'll have another release of the addon up soon to fix these issues.