-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to export with a high voxel detail #15
Comments
99% of its job is done. The only problem is on writing converted object to a file |
Actually when I enter a number into voxel detail field I have not any restriction. |
error is
|
The images for importing final results using Goxel application from your plugin export |
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 1024I can export to voxel detail of 256 but more than that I will face with a python error says
ubyte format requires 0 <= number <= 255
I cannot solve this problemThe text was updated successfully, but these errors were encountered: