Skip to content

Releases: niftools/blender_niftools_addon

Blender Niftools Addon - v0.0.6

24 Apr 20:23
fa4123d
Compare
Choose a tag to compare

Changes in v0.0.6
- Fix doc links working
- Add support for texture transforms
- Cleanup of uv transform handling and texture slot name use,
- Change to glossiness import
- Enable KF export
- Updated shader import/export, to use new texture node system, mostly for BSShaderProperty
- Fix export to Skyrim nif missing Has_Tangents bit flag

Full Changelog

Auto-update
If you have a previous release, you can auto-update from within Blender under the addon's preferences

Clean Install
Please use the following link to download the latest release - blender_niftools_addon-v0.0.6-2021-04-24-fa4123d.zip

Click image for installation tutorial

Blender Niftools Addon - v0.0.5

05 Apr 13:06
c11c5c0
Compare
Choose a tag to compare

Changes in v0.0.5

  • #411 Usability : Niftool addon fails to install
  • #424 Bug/fix operator menu registration
  • #423 Update the release workflow to include the new update instructions.

Full Changelog

Auto-update
If you have a previous release, you can auto-update from within Blender under the addon's preferences

Clean Install
Please use the following link to download the latest release - blender_niftools_addon-v0.0.5-2021-04-05-c11c5c0.zip

Click image for installation tutorial

Blender Niftools Addon - v0.0.4

13 Mar 15:48
87da196
Compare
Choose a tag to compare

Changes in v0.0.4

Re-enable KF in the UI, level of supported functionality varies currenlty

  • #412 Re-enable animation export.
  • #410 Kf export
  • #417 Fix/export UI animation select registration
  • #415 Added Kf export support for Skyrim

Fix error when exporting textures

  • #413 (Warped Mesh) Error on .nif import using Niftools Addon v0.0.3 in Blender 2.83 and Blender 2.91

Full Changelog

Auto-update
If you have a previous release, you can auto-update from within Blender under the addon's preferences

Clean Install
Please use the following link to download the latest release - blender_niftools_addon-v0.0.4-2021-03-13-87da196.zip
Click image for installation tutorial

Blender Niftools Addon - v0.0.3

13 Dec 15:49
704c40d
Compare
Choose a tag to compare

Changes in v0.0.3

  • #401 Import/Export - The value used to scale on import will be automagically be used as default value for export & vice versa
  • #68 Import/Export - Set default scale correction for users, rather than developer preset.
  • #399 Animation - Fix fcurve data path
  • #396 Usability - Simplify logs to be more user friendly, remove stack traces.
    Fixed issue with .nif extension not being set on export
    Fixed issue with .kf being mapped to .egm
  • #366 Revamp the import/export UI panels to align with Blender 2.8 conventions

Full Changelog

Auto-update
If you have a previous release, you can auto-update from within Blender under the addon's preferences

Clean Install
Please use the following link to download the latest release - blender_niftools_addon-v0.0.3-2020-12-13-704c40d.zip
Click image for installation tutorial

Blender Niftools Addon - v0.0.2

11 Nov 19:20
f76da8d
Compare
Choose a tag to compare

Changes in v0.0.2

  • Fixes bug where logging scale correction on export would cause execution to fail

Full Changelog

Auto-update
If you have a previous release, you can auto-update from within Blender under the addon's preferences

Clean Install
Please use the following link to download the latest release - blender_niftools_addon-v0.0.2-2020-11-11-f76da8d.zip
Click image for installation tutorial

Blender Niftools Addon - v0.0.1

02 Nov 21:02
Compare
Choose a tag to compare

Please use the following link to download the latest release - blender_niftools_addon-v0.0.1-2020-11-07-2c98aa59.zip

Changes in v0.0.1

  • Add an autoupdater. This will allow users to fetch the latest versions from within add-on preferences.
  • Base version of the addon with previous features

Full Changelog

Note:
This is the new naming scheme that we will need and use going forward.
Ensure you remove the old plugin if you have it installed
Alternatively, manually delete the old plugin io_scene_nif folder if there is anything still left over in Blender's add-on directory.

Blender Nif Plugin 2.6.0.dev4 - Blender 2.8 & Blender 2.7

02 Nov 20:36
5fbd241
Compare
Choose a tag to compare

These are the last release versions of the plugin using the old naming & versioning scheme.
blender_nif_plugin-2.6.0.dev4.b2-80-2020-08-24-5fbd241a.zip

Also attached is the last version to include a version for 2.7x and future release will only support 2.8+.
blender_nif_plugin-2.6.0.dev4.b2-79-2020-05-07-c7680edd.zip

Blender Nifscripts v2.5.9

17 Jan 16:08
Compare
Choose a tag to compare

Final 2.5.x series release

This is the last supported for the 2.5.x series release and consequently the last for Blender 2.49
All future development will focus on newer versions of Blender as a complete rework of the scripts is required.
We will also be renaming the them from nifscript to the Blender Nif Plugin as Blender 2.5+ has an inbuilt addon system we intend to use.

Prerequisites

Install in order
Python 2.6.6 - http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
Blender 2.49b - http://download.blender.org/release/Blender2.49b/blender-2.49b-windows.exe
Pyffi 2.1.11 - https://github.com/niftools/pyffi/releases/tag/pyffi-2.1.11

ChangeLog

Version 2.5.9 (26 Nov 2012)

  • Import normals if present, for the Blender True Normals patch (requested
    by @kormgar).
  • New import option to disable bone priority import (requested by @Koniption).