Difference between revisions of "Arcane University:Mesh Export to NIF"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
(Added 3DS MAX description - page not yet created.)
(Changed OS description and linked to its export page.)
Line 16: Line 16:
 
== Blender 2.7x Export ==
 
== Blender 2.7x Export ==
 
The process for direct export from Blender 2.7x is documented on [[AU:Blender 2.7+ Export|Blender 2.7+ Export]]. It allows for directly exporting from Blender to a full NIF, but you will need to merge the created NIF with separately created collision using Chunkmerge. The advantage of this method is that you do not need any intermediate files and can export directly from Blender. The disadvantage is that it does not work for all versions of Blender - but every older version of Blender is also available for download.
 
The process for direct export from Blender 2.7x is documented on [[AU:Blender 2.7+ Export|Blender 2.7+ Export]]. It allows for directly exporting from Blender to a full NIF, but you will need to merge the created NIF with separately created collision using Chunkmerge. The advantage of this method is that you do not need any intermediate files and can export directly from Blender. The disadvantage is that it does not work for all versions of Blender - but every older version of Blender is also available for download.
 +
 
== 3DS MAX Export ==
 
== 3DS MAX Export ==
 
The process for direct export from 3DS MAX export is documented on [[AU:3DS MAX Export|3DS MAX Export]]. It allows for direct export from 3DS MAX to a full NIF. The advantage of this method is that you do not need any intermediate files and can export directly from 3DS MAX. The disadvantage is that it does not work for every version of 3DS MAX, and will therefore need to be updated when updating 3DS MAX.
 
The process for direct export from 3DS MAX export is documented on [[AU:3DS MAX Export|3DS MAX Export]]. It allows for direct export from 3DS MAX to a full NIF. The advantage of this method is that you do not need any intermediate files and can export directly from 3DS MAX. The disadvantage is that it does not work for every version of 3DS MAX, and will therefore need to be updated when updating 3DS MAX.
 +
 
== CK-CMD ==
 
== CK-CMD ==
 
* https://github.com/aerisarn/ck-cmd
 
* https://github.com/aerisarn/ck-cmd
  
 
== Outfit Studio ==
 
== Outfit Studio ==
 
+
The process for exporting using Outfit Studio is documented on [[AU:Outfit Studio Export|Outfit Studio Export]]. The advantage of this method is that it allows for exporting for any 3D program which can export to OBJ, as well as not being dependent on that program's version. The disadvantage is that you have to work with intermediate files, which makes it harder to quickly test out small edits in-game. Furthermore, any rigging will need to be done within Outfit Studio, as OBJ files cannot contain rigging information.
Outfit Studio is a program included with BodySlide. It is available on the [https://www.nexusmods.com/skyrim/mods/49015?tab=posts Skyrim Nexus], on the [https://www.nexusmods.com/skyrimspecialedition/mods/201?tab=posts SSE Nexus] and on [https://github.com/ousnius/BodySlide-and-Outfit-Studio/releases Github]. It can be used to convert Obj files to Nifs and the other way around. Since Obj files cannot contain rigging information, rigging will need to be done within Outfit Studio itself when working with rigged meshes such as clothes. It also contains simple mesh deformation tools, useful for creating simple edits. In spite of its name, it can also work with non-rigged meshes.
+

Revision as of 21:49, 23 April 2020

< Arcane University:3D Art

Basics

  • To review the specifics of the NIF data format used for meshes, check Nif Data Format.
  • To review the specifics of the DDS data format used for textures, check DDS Data Format.

Export

Meshes can be exported by the following applications:

  • Blender export plugin (Blender version 2.7x)
  • 3DS MAX export plugin (Max versions xxx)
  • CK-CMD (any 3D program that can export to fbx)
  • Outfit Studio (any 3D program that can export to obj)

General Workflow

Blender 2.7x Export

The process for direct export from Blender 2.7x is documented on Blender 2.7+ Export. It allows for directly exporting from Blender to a full NIF, but you will need to merge the created NIF with separately created collision using Chunkmerge. The advantage of this method is that you do not need any intermediate files and can export directly from Blender. The disadvantage is that it does not work for all versions of Blender - but every older version of Blender is also available for download.

3DS MAX Export

The process for direct export from 3DS MAX export is documented on 3DS MAX Export. It allows for direct export from 3DS MAX to a full NIF. The advantage of this method is that you do not need any intermediate files and can export directly from 3DS MAX. The disadvantage is that it does not work for every version of 3DS MAX, and will therefore need to be updated when updating 3DS MAX.

CK-CMD

Outfit Studio

The process for exporting using Outfit Studio is documented on Outfit Studio Export. The advantage of this method is that it allows for exporting for any 3D program which can export to OBJ, as well as not being dependent on that program's version. The disadvantage is that you have to work with intermediate files, which makes it harder to quickly test out small edits in-game. Furthermore, any rigging will need to be done within Outfit Studio, as OBJ files cannot contain rigging information.