From 1e3c6e6a5d36f124a0ee5d46918e8ded95709fca Mon Sep 17 00:00:00 2001 From: neomonkeus Date: Sat, 25 Sep 2021 15:05:52 +0100 Subject: [PATCH 1/3] Prep for v0.0.9 --- CHANGELOG.rst | 4 ++++ io_scene_niftools/VERSION.txt | 2 +- io_scene_niftools/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6a4e9e5d..83693b456 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version v0.0.9 +============== + + Version v0.0.8 ============== - #456 Duplicates #442 diff --git a/io_scene_niftools/VERSION.txt b/io_scene_niftools/VERSION.txt index e1d848b09..6183501f6 100644 --- a/io_scene_niftools/VERSION.txt +++ b/io_scene_niftools/VERSION.txt @@ -1 +1 @@ -v0.0.8 \ No newline at end of file +v0.0.9 \ No newline at end of file diff --git a/io_scene_niftools/__init__.py b/io_scene_niftools/__init__.py index 89b552f52..c9341d0f5 100644 --- a/io_scene_niftools/__init__.py +++ b/io_scene_niftools/__init__.py @@ -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", From 337b7b59f1565cae299d6f8240dc088c1ca5f7c1 Mon Sep 17 00:00:00 2001 From: neomonkeus Date: Sat, 25 Sep 2021 15:26:03 +0100 Subject: [PATCH 2/3] Update changelog in prep for release of v0.0.9 --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 83693b456..8ed4c8e46 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,8 @@ 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 ============== From e660dbd274f682957f1175e61a8dae484f21a3a3 Mon Sep 17 00:00:00 2001 From: neomonkeus Date: Sat, 25 Sep 2021 15:27:11 +0100 Subject: [PATCH 3/3] Update changelog in prep for release of v0.0.9 --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8ed4c8e46..00c78b774 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,21 +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 @@ -28,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 @@ -42,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 @@ -53,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