We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6d5c8 commit 9752557Copy full SHA for 9752557
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Version History
2
3
-## v0.7.0 ()
+## v0.7.0 (29.01.24)
4
* delete base sphere object and mesh after hierarchy import
5
* adapt to API changes in Blender 4.0+
6
io_mesh_w3d/__init__.py
@@ -12,12 +12,12 @@
12
13
from io_mesh_w3d.blender_addon_updater import addon_updater_ops
14
15
-VERSION = (0, 6, 9)
+VERSION = (0, 7, 0)
16
17
bl_info = {
18
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
19
'author': 'OpenSage Developers',
20
- 'version': (0, 6, 9),
+ 'version': (0, 7, 0),
21
"blender": (2, 90, 0),
22
'location': 'File > Import/Export > Westwood W3D (.w3d/.w3x)',
23
'description': 'Import or Export the Westwood W3D-Format (.w3d/.w3x)',
0 commit comments