glTF Import into NifSkope will be implemented in a subsequent release.
glTF export is currently supported on static and skinned Starfield meshes.
To view and export Starfield meshes, you must first:
- Enable and add the path to your Starfield installation in Settings > Resources.
- Add the Meshes archives or extracted folders containing
geometries
to Archives or Paths in Settings > Resources, under Starfield.
If you do not desire the full posable skeleton, you may skip these steps.
If you do not paste in the COM skeleton, a flat skeleton will be reconstructed for you. Please note: You will receive a warning after export that the skeleton has been reconstructed for you. This is fine.
If you desire the full posable skeleton, and the mesh does not have a skeleton with a COM
or COM_Twin
NiNode in its NIF:
- Open the skeleton.nif for that skinned mesh (e.g.
meshes\actors\human\characterassets\skeleton.nif
) - Copy (Ctrl-C) the
COM
NiNode in skeleton.nif - Paste (Ctrl-V) the entire
COM
branch onto the mesh NIF's root NiNode (0) - Export to glTF
As of Exporter v1.1 you should no longer need to uncheck "Guess Original Bind Pose".
Blender scripts are provided for use with glTF exports. They may be opened and run from the Scripting tab inside Blender.
gltf_lod_blender_script.py
is included in thescripts
folder for managing LOD visibility in exported glTF.