Skip to content

Commit

Permalink
Version upgrade (0.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
feliwir committed Sep 9, 2023
1 parent 033721d commit e93c699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Version History

## v0.7.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

## 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, 6, 9)
VERSION = (0, 7, 0)

bl_info = {
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
'author': 'OpenSage Developers',
'version': (0, 6, 9),
'version': (0, 7, 0),
"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 e93c699

Please sign in to comment.