ousnius / nifly

C++ NIF library for the Gamebryo/NetImmerse File Format
GNU General Public License v3.0
52 stars 23 forks source link

bulk convert nif static meshes to fbx? #14

Closed ghost closed 2 years ago

ghost commented 2 years ago

bulk convert nif static meshes to fbx?

ousnius commented 2 years ago

@adludum99 nifly doesn't include functionality to bulk convert to or from NIF. You will need to make use of the FBX SDK or assimp libraries to write such a thing yourself.