gyoerkaa / nvx2loader

blender add-on for loading nvx2 files
GNU General Public License v3.0
3 stars 3 forks source link

AddOn not working in Blender 2.69 to 2.93 #2

Closed TorstenFunk closed 9 months ago

TorstenFunk commented 9 months ago

Hello, I tried this add-on in several Blender versions like 2.69, 2.78c, 2.79, 2.80, 2.83 and 2.93, but I don't get it working.

2.78c might be the closest Blender version to when this add-on was written. It shows the "Nebula mesh (.nvx2)" entry in the Import menu, but after selecting a file and importing it, I get the error message "AttributeError: module 'enum' has no attribute 'IntFlag' ... location :-1". And no mesh was imported at all.

addon

Newer Blender versions like 2.80 and up don't show the "Nebula mesh (.nvx2)" entry in the Import menu.

For which Blender version was this add-on written? Any feedback appreciated.

gyoerkaa commented 9 months ago

Hi, I've pushed some fixes, which should make it work again for Blender 2.72 and 2.79 (only versions I tested)

The AddOn was originally made for 2.71, I think. It won't work in 2.8 or later version due to API changes. Didn't think people were still using it, I'll see about updating it to 4.0.

gyoerkaa commented 9 months ago

I've released an Update for Blender 4.0. The legacy code for Blender 2.7 has been moved to a separate branch.

BaalNetbek commented 9 months ago

Thank you. I was trying to port the plugin to new blender few days ago. I failed but now I see that you did that after 6 years or so. What a coincidence.