Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelschnabel-DM committed Jan 29, 2024
1 parent 9752557 commit 7eccd38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Version History

## v0.7.0 (29.01.24)
* delete base sphere object and mesh after hierarchy import
## v0.7.1 (29.01.24)
* adapt to API changes in Blender 4.0+


## v0.7.0 (09.09.23)
* delete base sphere object and mesh after hierarchy import
* fix face distance calculation to match 3DS max exporter
* multi-texture / multi-material support by @nkx111 thx!

## v0.6.9 (06.04.23)
* fixed export of materials with normal maps

Expand Down
4 changes: 2 additions & 2 deletions io_mesh_w3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

from io_mesh_w3d.blender_addon_updater import addon_updater_ops

VERSION = (0, 7, 0)
VERSION = (0, 7, 1)

bl_info = {
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
'author': 'OpenSage Developers',
'version': (0, 7, 0),
'version': (0, 7, 1),
"blender": (2, 90, 0),
'location': 'File > Import/Export > Westwood W3D (.w3d/.w3x)',
'description': 'Import or Export the Westwood W3D-Format (.w3d/.w3x)',
Expand Down

0 comments on commit 7eccd38

Please sign in to comment.