-
Notifications
You must be signed in to change notification settings - Fork 29
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
_get_attribute_list
cannot load modules in name_type_map
listed after it
#349
Comments
Which branch of the xml were you using? |
I'm using |
Hm, odd. You're right that |
Oh dear. I feel kind of guilty for bringing this up, but clearly it was some internal cache in Blender. I cannot believe I did not at least attempt restarting Blender. I will just close this issue. It's just that Blender gives a clear implication that it can unload and reload addons at any time. |
That's very risky. I always restart hehe |
Describe the bug
Using https://github.com/Candoran2/nifxml for
formats/nif
, using this guide, I end up with an addon Blender cannot load:To Reproduce
Steps to reproduce the behavior:
Expected behavior
That it would install without problem.
Version Info:
This bug honestly baffles me, because looking at the Python code, it should be correct:
My
formats/nif/imports.py
contain this as the bottom (like all otherimports.py
).name_type_map
should already be filled in by the timeinit_attributes()
is called, and yet somehow it appears that it isn't?I was thinking of posting this issue at https://github.com/Candoran2/nifxml, but that project does not appear to allow issues. But I can see @Candoran2 is involved both places.
The text was updated successfully, but these errors were encountered: