Deleted49792561User Posted August 23, 2019 Share Posted August 23, 2019 (edited) I wanted to do some mesh editing for some objects in Skyrim, I think I set up the .nif plugin for Blender 2.79 correctly, and it imports the file just fine, but when I try to export it please help, I'm beginning to get very frustrated. Below is the error message that pops up after exporting is attempted. Report: ErrorTraceback (most recent call list)File"C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_scene_nif\operators\nif_export_op.py", line 171 in executereturn nif_export.NifExport(self, context).execute()File"C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_scene_nif\nif_export.py", line 268, in executeself.objecthelper.export_node(roo_object, 'localspace', root_block, root_object.nameFile"C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_scene_nif\objectsys\object_export.py”, line 218, in export_nodeself.mesh_helper.export_tri_shapes(b_obj, space, parent_block, node_name)File"C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_scene_nif\objectsys\ object_export.py”, line 790, in export_tri_shapesb_mat=b_mat, b_obj=b_obj)File"C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_scene_nif\texturesys\textures_export.py”, line 235, in export_texturing_propertyself.export_nitextureprop_tex_descs(texprop)File"C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_scene_nif\texturesys\texture_export.py”, line 284, in export_nitextureprop_tex_descsshadertexdesc = texprop.shader_textures[1]File"C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_scene_nif\modules\pyffi\object_models\xml\array.py”, line 67, in getitemreturn self._Get_item_hook(self, index)File"C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\io_scene_nif\modules\pyffi\object_models\xml\array.py”, line 110, in get_itemreturn list._getitem_(self, index)Index Error: list out of rangelocation: <unknown location>:-1 Edited August 23, 2019 by Guest Link to comment Share on other sites More sharing options...
NexusComa Posted August 23, 2019 Share Posted August 23, 2019 (edited) To do that you need the import/export scripts from the Niftools site.This may help ... https://github.com/niftools/blender_nif_plugin/releases/tag/blender-2.5.9 Edited August 23, 2019 by NexusComa Link to comment Share on other sites More sharing options...
JWGamimg75 Posted August 23, 2019 Share Posted August 23, 2019 (edited) Last I heard the current version of NifTools doesnt work well with 2.79 and later â unless thats just with SSE. I asked a similar question recently somewhere and was told that I would need to use an older version of Blender, probably 2.5.9. You can download from this link â https://download.blender.org/release/But if you do that, I think it will overwrite your current installation. Edited August 23, 2019 by justinglen75 Link to comment Share on other sites More sharing options...
Hanaisse Posted August 23, 2019 Share Posted August 23, 2019 The current niftools plugin will work up to ver 2.78, its iffy on 2.79 but should work. Errors can crop up for any number of reasons, there's a lot of info that needs to be filled in, materials and textures need to be applied, uv mapping, etc. Read thru this exporting tutorial, you may have missed something. Link to comment Share on other sites More sharing options...
Recommended Posts