-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"TypeError: bpy_struct: item.attr = val: enum "1" not found in ()" with original Oblivion .NIF file #547
Comments
…vion collision layers.
As you mentioned in the other issue, this error doesn't happen when using the I'm assuming the https://github.com/Candoran2/nifxml/tree/mickeychanges |
It's essentially a safeguard just in case a (Oblivion) kf file uses collision layers, yeah. |
OK, just letting you know that the "Fix for #547" commit wasn't actually a fix for this issue (for me at least), as it was fixed by the new nif.xml and wasn't detected as "Oblivion KF" for me, anyway. Maybe you were thinking of the ladder .nif in #546? That one was detected as "Oblivion KF". Edit: Or the 7 was just a typo, maybe you meant to type "Fix for #546?" That would explain it. |
Well, the ladder .nif wrong detection in #546 is also fixed by the new nif.xml, not the safeguard... Whatever, if it's a good change, that's fine, I just wanted to let you know I couldn't confirm it as fixing any of the issues I created. So if it was a change you otherwise wouldn't have wanted to make, but you made it to fix an issue I created, I think you can remove it. But if it's good to have regardless, than never mind. |
Issue Overview
An error appears during import of an original Oblivion .NIF file.
Version Information
Blender Niftools Addon Version Info
Built the addon using the following:
Python 3.11
New Pyffi: Candoran2/new-pyffi@c8508fe
New nif xml: niftools/nifxml@89d03ff
Latest blender addon code at: Candoran2@f3898fe
(code up for PR in #541)
Blender Version Info
3.4
Platform information
Windows 11 22H2
Steps to Reproduce
[Ordered list of the steps required for recreating the issue, including settings]
meshes/architecture/anvil/anvilaltar01.nif
from the Oblivion DVD installation into Blender. This file can be obtained by extracting it fromdata/Oblivion - Meshes.bsa
with a BSA extracting program.Expected Result
No errors when importing a valid .NIF file.
Actual Result
Error happens.
Console Output
This warning only appears when importing the anvilaltar01.nif from the DVD installation. It does not happen with the version of this file found in the GOG/Steam versions.
Nif File
See #546.
The text was updated successfully, but these errors were encountered: