Skip to content

Commit

Permalink
Merge pull request #459 from niftools/release/v0.0.9
Browse files Browse the repository at this point in the history
Release/v0.0.9
  • Loading branch information
neomonkeus authored Sep 25, 2021
2 parents 23f5a62 + e660dbd commit 44770d3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
Version v0.0.9
==============

- #446 Updates to normal and tangent import/export
- #444 Some polygons of "...." not assigned to any body part.The unassigned polygons have been selected in the mesh so they can easily be identified.
- #449 Error while export, Game not set

Version v0.0.8
==============

- #456 Duplicates #442
- #442 Fix decode for some .nif, and allow external texture to be loaded on embedded .nifs
- #441 Import Failure: Encoding/Decoding

Version v0.0.7
==============

- #439 Updates to partition generation and object properties

Version v0.0.6
==============

- #431 Docs link not working
- #434 Update Sphinx docs theme
- #81 Add support for texture transforms
Expand All @@ -22,12 +32,14 @@ Version v0.0.6

Version 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.

Version v0.0.4
==============

- #410 Kf export
- #413 (Warped Mesh) Error on .nif import using Niftools Addon v0.0.3 in Blender 2.83 and Blender 2.91
- #417 Fix/export UI animation select registration
Expand All @@ -36,6 +48,7 @@ Version v0.0.4

Version v0.0.3
==============

- #401 Consolidate scale correction value to be shared.
- #398 Animation - Imported animations with 'blank' keyframes containing no transformation
- #399 Animation - Fix fcurve data path
Expand All @@ -47,6 +60,7 @@ Version v0.0.3

Version v0.0.2
==============

- #390 Bug - Fixes bug where logging scale correction on export would cause execution to fail

Version v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion io_scene_niftools/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.8
v0.0.9
2 changes: 1 addition & 1 deletion io_scene_niftools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"description": "Import and export files in the NetImmerse/Gamebryo formats (.nif, .kf, .egm)",
"author": "Niftools team",
"blender": (2, 82, 0),
"version": (0, 0, 8), # can't read from VERSION, blender wants it hardcoded
"version": (0, 0, 9), # can't read from VERSION, blender wants it hardcoded
"api": 39257,
"location": "File > Import-Export",
"warning": "Partially functional port from 2.49 series still in progress",
Expand Down

0 comments on commit 44770d3

Please sign in to comment.