Spyduck / voxwriter

Blender addon to export to the MagicaVoxel .vox format
GNU General Public License v3.0
46 stars 12 forks source link

An error occurred in the conversion #14

Open JXAFK opened 1 year ago

JXAFK commented 1 year ago

blender shows the following error: Python: Traceback (most recent call last): File "C:\Users\27296\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\voxwriter__init__.py", line 59, in execute from .writer import voxelize File "C:\Users\27296\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\voxwriter\writer.py", line 7, in from pyvox.models import Vox, Color, get_default_palette ModuleNotFoundError: No module named 'pyvox'

nicu-chiciuc commented 1 year ago

Same issue here.

nowaythisworks commented 1 year ago

Fix: Instead of downloading the latest release, download the source contents (from the Code page) and install that. The latest release doesn't include the pyvox library.