voxwriter icon indicating copy to clipboard operation
voxwriter copied to clipboard

Blender addon to export to the MagicaVoxel .vox format

Results 10 voxwriter issues
Sort by recently updated
recently updated
newest added

PR was remade because I decided to put the UI changes in it's own branch. Link to old one: https://github.com/Spyduck/voxwriter/pull/6 @Spyduck Hi, this add-on is really awesome! There aren't very...

Specs: Max OSX Catalina error message: RuntimeError: Operator bpy.ops.object.convert.poll() failed, context is incorrect StackTrace: Converting to vox Python: Traceback (most recent call last): File "/Users/aliow/Library/Application Support/Blender/3.0/scripts/addons/voxwriter/__init__.py", line 61, in execute...

when I open it with notepad it says this VOX – MAIN `$ PACK  SIZE XYZI$              ...

Blender Error Python: Traceback (most recent call last): File "C:\Users\Gebruiker\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\voxwriter\__init__.py", line 61, in execute voxelize(context.active_object, self.filepath, vox_detail=max(0,min(126,self.voxel_detail)), use_default_palette=self.use_default_palette) File "C:\Users\Gebruiker\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\voxwriter\writer.py", line 223, in voxelize color = get_color_from_geometry(target, location,...

In addition to the other PR, I made few small changes to the voxelizer. I wasn't sure if this was intended behavior, so I made a new PR for these...

Terminate the print line with a carriage return character to overwrite the same line on each progress update, to avoid cluttering the console output. Also display a simple ASCII progress...

According to the [Blender addon guidelines](https://wiki.blender.org/wiki/Process/Addons/Guidelines), addons must comply with PEP8 in order to be approved for distribution with Blender. Since this addon could potentially be useful for a lot...

I've installed plenty of addons ranging from left to right, normally I find out the issue. I followed the directions with administrative permissions set on and off with blender and...

I just test it and find that its most voxel detail is 126 When I change the code in __init__ file where `voxelize(context.active_object, self.filepath, vox_detail=max(0,min(126,self.voxel_detail)), use_default_palette=self.use_default_palette)` from 126 to 1024...

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...