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
Heres my error message:
Python: Traceback (most recent call last): File "C:\Users\lucas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_scene_nns\nns_tga.py", line 76, in read_nitro_tga nitro_tga_id = read_nitro_tga_id(f) File "C:\Users\lucas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_scene_nns\nns_tga.py", line 20, in read_nitro_tga_id 'version': f.read(16).decode('utf-8').replace('\x00', ''), UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 3: invalid start byte
I'm trying to export a model following this video https://www.youtube.com/watch?v=fXejyDusJ7s&t=1279s , and I can't seem to export with your plugin
The text was updated successfully, but these errors were encountered:
tried an older version of blender just now too and got this instead
Sorry, something went wrong.
No branches or pull requests
Heres my error message:
Python: Traceback (most recent call last):
File "C:\Users\lucas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_scene_nns\nns_tga.py", line 76, in read_nitro_tga
nitro_tga_id = read_nitro_tga_id(f)
File "C:\Users\lucas\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_scene_nns\nns_tga.py", line 20, in read_nitro_tga_id
'version': f.read(16).decode('utf-8').replace('\x00', ''),
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 3: invalid start byte
I'm trying to export a model following this video https://www.youtube.com/watch?v=fXejyDusJ7s&t=1279s , and I can't seem to export with your plugin
The text was updated successfully, but these errors were encountered: