We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, When trying to pack the textures I get this error. Any help much appreciated. Thank you
ERROR:
Python: Traceback (most recent call last): File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\LilyTexturePacker\frontend.py", line 50, in execute pack_textures(self.getObjects(context), spacing=self.spacing, max_texture_size=self.max_texture_size) File "C:\Users\j\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\LilyTexturePacker\packing.py", line 204, in pack_textures img.pixels.foreach_set(pxl.ravel()) TypeError: expected sequence size -1550465652, got -1550465652
location: :-1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, When trying to pack the textures I get this error. Any help much appreciated.
Thank you
ERROR:
Python: Traceback (most recent call last):
File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\LilyTexturePacker\frontend.py", line 50, in execute
pack_textures(self.getObjects(context), spacing=self.spacing, max_texture_size=self.max_texture_size)
File "C:\Users\j\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\LilyTexturePacker\packing.py", line 204, in pack_textures
img.pixels.foreach_set(pxl.ravel())
TypeError: expected sequence size -1550465652, got -1550465652
location: :-1
The text was updated successfully, but these errors were encountered: