Difference between revisions of "Arcane University:Blender 2.8+ Export"
(Uploaded some of the missing images and added a small section on armature modifier preview.) |
|||
Line 43: | Line 43: | ||
When using an armature modifier, make sure that "Preserve Volume" is checked. It does not affect how your mesh is exported, but it makes sure that the deformations you see in Blender will be the same as the ones in-game. | When using an armature modifier, make sure that "Preserve Volume" is checked. It does not affect how your mesh is exported, but it makes sure that the deformations you see in Blender will be the same as the ones in-game. | ||
+ | |||
+ | [[Category:Arcane University-Tool| ]] |
Revision as of 07:29, 9 September 2020
This page documents how to use the develop branch of the Blender Nif Plugin to export models for Skyrim. The version for 2.8 (and potentially up) is still in active development, so it may be subject to change.
General settings
Under the scene tab, set the game to Skyrim. This will automatically set the version, user version and user version 2 to the correct values, so no need to change those.
Object hierarchy
For a static, you want a hierarchy like so:
Note the empty axes object, to which all other objects are parented. This is because the plugin needs an object to function as our 'root'. What this exactly means doesn't really matter, but suffice to say that every NIF file has one, and we want one, too. We need a representation of this in Blender. To do this, do the following:
- Create an empty axes object (create menu accessed via
Shift+A
):
- Parent all other objects you want to export to it by selecting them first, and then selecting the empty axes object (use
Shift
in the viewport orCtrl
in the object hierarchy menu for multiple selection). The axes object should be yellow, to indicate it is the active object, and the outline of the other selected objects should be orange. - Press
Ctrl+P
to parent the objects to the empty axes object.
For non-rigged meshes (static, simple clutter etc), you should set the Nif Root Node of the axes object to BSFadeNode, like so:
Shaders
The newer plugin, unlike previous versions, uses material nodes for its shaders. It is currently very simple:
- Make sure the texture you want to use as the diffuse is called 'Base', and the texture you want to use as the normal map is called 'Normal', like so:
Most of the other settings are currently the same as in Blender 2.7+ Export
Animation settings
When using an armature modifier, make sure that "Preserve Volume" is checked. It does not affect how your mesh is exported, but it makes sure that the deformations you see in Blender will be the same as the ones in-game.