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

Can't open Nif File #611

Closed User-Error-404 closed 12 months ago

User-Error-404 commented 12 months ago

@niftools/blender-niftools-addon-reviewer -

Before creating a new issue, ensure that

The issue will get closed off immediately as invalid if

Fill out the template below to the best of your ability, including .blend files, nifs, logs; help us to help you.

Issue Overview

[Provide a general introduction to the issue and why it is relevant to this repository]

Version Information

Blender Niftools Addon Version Info

blender_niftools_addon-v0.1.0-2023-06-20-43341a10

Blender Version Info

Blender 3.6

Platform information

Windows 10

Context

When opening a Nif file for Fallout 4 I have I get the following error:

Python: Traceback (most recent call last): File "C:\Users\0x404\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_niftools\operators\nif_import_op.py", line 134, in execute return NifImport(self, context).execute() File "C:\Users\0x404\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_niftools\nif_import.py", line 131, in execute self.import_root(root) File "C:\Users\0x404\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_niftools\nif_import.py", line 159, in import_root b_obj = self.import_branch(root_block) File "C:\Users\0x404\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_niftools\nif_import.py", line 207, in import_branch b_obj = self.armaturehelper.import_armature(n_block) File "C:\Users\0x404\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_niftools\modules\nif_import\armature__init__.py", line 226, in import_armature self.store_bind_matrices(n_armature) File "C:\Users\0x404\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\io_scene_niftools\modules\nif_import\armature__init__.py", line 173, in store_bind_matrices self.bind_store[bonenode] = self.get_skin_bind(bonedata.get_transform(), geom, n_armature) AttributeError: 'BSSkinBoneTrans' object has no attribute 'get_transform'

Candoran2 commented 12 months ago

Could you attach the nif file (preferably as a zip drag-and-dropped into the issue)?

User-Error-404 commented 12 months ago

Member

Police.zip

Candoran2 commented 12 months ago

Duplicate of #598

Candoran2 commented 12 months ago

Since this appears to be a duplicate, you can follow the linked issue instead for the progress.

User-Error-404 commented 12 months ago

Since this appears to be a duplicate, you can follow the linked issue instead for the progress.

Where is the issue ? I clicked on #598 but it's the same problem as my

Candoran2 commented 12 months ago

Where is the issue ? I clicked on #598 but it's the same problem as my

Yes, that's what a duplicate means. Because this issue is already reported there, there is no reason to keep this issue open, since everything relevant is already tracked in the other issue.