Skip to content

1r3n33/blend2niff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blend2niff

Blender add-on to export to N64 NIFF2

Download Build Status Codacy Badge Codacy Badge


After installation in Blender, you will find the add-on in the "File > Export" menu:

Blender export

Exported .nif files are fully compatible with tools from the official N64 toolchain such as NIFF Editor:

Niff editor

Data checker checknb2.exe:

checknb2

Data converter niff2nvf.exe:

niff2nv

You can render exported data using the nvfview rom for instance:

nvfview


Installation

  • Install the pypng dependency:

    cd <path_to_blender>/2.83/python/bin/
    ./python3.7m -m ensurepip
    ./python3.7m -m pip install --upgrade pip
    ./python3.7m -m pip install pypng
  • Install the latest blend2niff.zip release:

    In Blender "Edit > Preferences > Add-ons > Install" select the .zip file.

    Click the checkbox to enable the add-on:

    install