Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to convert GLTF to .vox and Running into Error #13

Open
liowalex opened this issue Jan 22, 2022 · 1 comment
Open

Trying to convert GLTF to .vox and Running into Error #13

liowalex opened this issue Jan 22, 2022 · 1 comment

Comments

@liowalex
Copy link

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
voxelize(context.active_object, self.filepath, vox_detail=max(0,min(126,self.voxel_detail)), use_default_palette=self.use_default_palette)
File "/Users/aliow/Library/Application Support/Blender/3.0/scripts/addons/voxwriter/writer.py", line 177, in voxelize
bpy.ops.object.convert(target='MESH')
File "/Applications/Blender.app/Contents/Resources/3.0/scripts/modules/bpy/ops.py", line 132, in call
ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.object.convert.poll() failed, context is incorrect

@dulev
Copy link

dulev commented Aug 20, 2023

This also happens for me on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants