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

Can't export with plugin #15

Open
ItsKrow opened this issue Sep 17, 2024 · 1 comment
Open

Can't export with plugin #15

ItsKrow opened this issue Sep 17, 2024 · 1 comment

Comments

@ItsKrow
Copy link

ItsKrow commented Sep 17, 2024

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

@ItsKrow
Copy link
Author

ItsKrow commented Sep 17, 2024

tried an older version of blender just now too and got this instead

image

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

1 participant