Jump to content

Blender problem


madmongo

Recommended Posts

My old gaming computer died (it was a Windows XP box - it lived a very long and happy life). Everything was backed up so I didn't lose everything, but that computer had everything set up for FNV mod development. For a long time, I have been creating my mods on that old XP box but playing them on my new Windows 10 box.

 

My Windows 10 computer is already set up with the GECK powerup and all of that. The two things I haven't liked to do on Windows 10 are Blender and texture editing (I prefer the older version of Paint.Net that I had on my XP box to the newer version on my Windows 10 box). I can live with the newer version of Paint.Net, so Blender is really the only issue at this point.

 

I installed Python and copied all of the Blender 2.49b files from my backup. Blender runs, but when I try to import a nif it gives me an error:

 

Blender NIF Scripts 2.4.9 (running on Blender 249, PyFFI 2.1.11)
Traceback (most recent call last):
File "C:\blender-2.49b-windows\.blender\scripts\bpymodules\nif_common.py", line 1015, in guiButtonEvent
self.guiExit()
File "C:\blender-2.49b-windows\.blender\scripts\bpymodules\nif_common.py", line 1324, in guiExit
self.callback(**self.config)
File "C:\Tigger Files C\blender-2.49b-windows\.blender\scripts\nif_import.py", line 3472, in config_callback
importer = NifImport(**config)
File "C:\Tigger Files C\blender-2.49b-windows\.blender\scripts\nif_import.py", line 231, in __init__
for b in (b for b in block.tree()
File "C:\Tigger Files C\blender-2.49b-windows\.blender\scripts\nif_import.py", line 233, in <genexpr>
and b.isSkin()):
AttributeError: 'NiTriStrips' object has no attribute 'isSkin'

 

 

Anyone know how to fix this?

 

Also, why is it going to my backup folder (C\Tigger Files C\...etc - the old computer was named Tigger) for the latter part of that?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...