niftools / blender_niftools_addon

The Blender Niftools Addon is a Blender add-on to enable import and export of NetImmese File Formats including .nif, .kf, .egm.
http://www.niftools.org
Other
386 stars 104 forks source link

Fallout 4 importing error #638

Closed InboundCrib3 closed 3 months ago

InboundCrib3 commented 3 months ago

Anytime I try importing a model from Fallout 4 into blender I get this error:

Python: Traceback (most recent call last): File "C:\Users\Inbound\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_niftools\nif_import.py", line 102, in execute nifgen.spells.nif.fix.SpellMergeSkeletonRoots(data=NifData.data).recurse() File "C:\Users\Inbound\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_niftools\dependencies\pyffi\spells__init__.py", line 285, in recurse if self.dataentry(): ^^^^^^^^^^^^^^^^ File "C:\Users\Inbound\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_scene_niftools\dependencies\nifgen\spells\nif\fix.py", line 433, in dataentry for branch in self.data.get_global_iterator(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NifFile' object has no attribute 'get_global_iterator'

InboundCrib3 commented 3 months ago

Nvm i didnt seee that it only works in 3.6 and not 4.0