Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added forgotten condition for QQSpeed-specific field on NiPSysEmitter…
…. Fix for niftools/blender_niftools_addon#595.
- Loading branch information
0f8c040
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python: Traceback (most recent call last):
File "D:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_scene_niftools\operators\nif_import_op.py", line 134, in execute
return NifImport(self, context).execute()
File "D:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_scene_niftools\nif_import.py", line 74, in execute
self.load_files() # needs to be first to provide version info.
File "D:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_scene_niftools\nif_import.py", line 140, in load_files
NifData.init(NifFile.load_nif(NifOp.props.filepath))
File "D:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_scene_niftools\file_io\nif.py", line 65, in load_nif
data = NifFormat.NifFile.from_stream(nif_stream)
File "D:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_scene_niftools\dependencies\generated\formats\nif_init_.py", line 533, in from_stream
instance.resolve_references()
File "D:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\addons\io_scene_niftools\dependencies\generated\formats\nif_init_.py", line 423, in resolve_references
resolved_ref = self.blocks[block_index]
IndexError: list index out of range
Still reporting the error above
0f8c040
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you re-generate the
generated
library?0f8c040
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just modified the XML file. How to generate a library?
0f8c040
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is explained in this comment:
niftools/blender_niftools_addon#566 (comment)