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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
struct.error: ubyte format requires 0 <= number <= 255
Throws an unhandled error when exporting:
Traceback (most recent call last): File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-to-smf\__init__.py", line 108, in execute return export_smf(self, self.filepath, context, self.export_textures, self.export_nla_tracks, self.export_type, self.mult, self.subdivisions) File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-to-smf\smf.py", line 176, in export_smf rig_bytes.extend(pack('B',len(bones))) # nodeNum struct.error: ubyte format requires 0 <= number <= 255 location: <unknown location>:-1
This is the case for the node number, the number of animations and the number of textures.
The text was updated successfully, but these errors were encountered:
Example model: https://www.turbosquid.com/3d-models/3d-old-man-magician-fry-rigged-and-animated-1725126
Sorry, something went wrong.
No branches or pull requests
Throws an unhandled error when exporting:
This is the case for the node number, the number of animations and the number of textures.
The text was updated successfully, but these errors were encountered: