Link to originalMaintenance
Maintenance
“Say. That’s an interesting Dwemer piece you have there. What can you tell me about it?
It is requested that this article, or a section of this article, be expanded.
About
Infobox
Create Character NIF is a Python script which takes body part meshes and any equipment as its inputs, and outputs these into a single combined NIF
.
Originally designed to work with Blender, this functionality was broken from Blender version 4.2.1 However, the character.py
script can still be used independently of Blender through the es3 library. As this library is part of the io_scene_mw Github repository, the es3
folder must be extracted and placed within the same directory as character.py
; furthermore, it requires installing NumPy (pip install numpy
).2