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

issue when loading model #257

Open
isabelitaaa opened this issue Nov 12, 2023 · 0 comments
Open

issue when loading model #257

isabelitaaa opened this issue Nov 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@isabelitaaa
Copy link

Python: Traceback (most recent call last):
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\DragonFF-master\gui\dff_ot.py", line 278, in execute
importer = dff_importer.import_dff(
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\DragonFF-master\ops\dff_importer.py", line 824, in import_dff
dff_importer.import_dff(options['file_name'])
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\DragonFF-master\ops\dff_importer.py", line 785, in import_dff
self.dff.load_file(file_name)
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\DragonFF-master\gtaLib\dff.py", line 2196, in load_file
self.load_memory(content)
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\DragonFF-master\gtaLib\dff.py", line 2175, in load_memory
self.read_uv_anim_dict()
File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\DragonFF-master\gtaLib\dff.py", line 2152, in read_uv_anim_dict
for i in range(num_anims):
UnboundLocalError: local variable 'num_anims' referenced before assignment

@Psycrow101 Psycrow101 added the bug Something isn't working label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants