Skip to content

Commit 0ba62c3

Browse files
author
nkx111
committed
increased version number
1 parent 66344f2 commit 0ba62c3

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

io_mesh_w3d/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
from io_mesh_w3d.blender_addon_updater import addon_updater_ops
1414

15-
VERSION = (0, 8, 1)
15+
VERSION = (0, 8, 2)
1616

1717
bl_info = {
1818
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
1919
'author': 'OpenSage Developers',
20-
'version': (0, 8, 1),
20+
'version': (0, 8, 2),
2121
"blender": (2, 90, 0),
2222
'location': 'File > Import/Export > Westwood W3D (.w3d/.w3x)',
2323
'description': 'Import or Export the Westwood W3D-Format (.w3d/.w3x)',

readme_plugin_cn.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ GitHub地址:https://github.com/nkx111/OpenSAGE.BlenderPlugin
1818
1. 同时导入和管理多个动画
1919
2. 动画透明度channel问题、多channel动画导出疑似存在异常
2020

21-
(0.8.2)
22-
支持多个动画
23-
支持GeometryType
24-
21+
2025/8/10(0.8.2) 更新:
22+
修复了建筑模型的贴图镂空显示
2523

2624
2025/6/21(0.8.1) 更新:
2725
修复了导入插件后无法识别的问题。

0 commit comments

Comments
 (0)