File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313from io_mesh_w3d .blender_addon_updater import addon_updater_ops
1414
15- VERSION = (0 , 8 , 1 )
15+ VERSION = (0 , 8 , 2 )
1616
1717bl_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)' ,
Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ GitHub地址:https://github.com/nkx111/OpenSAGE.BlenderPlugin
18181. 同时导入和管理多个动画
19192. 动画透明度channel问题、多channel动画导出疑似存在异常
2020
21- (0.8.2)
22- 支持多个动画
23- 支持GeometryType
24-
21+ 2025/8/10(0.8.2) 更新:
22+ 修复了建筑模型的贴图镂空显示
2523
26242025/6/21(0.8.1) 更新:
2725修复了导入插件后无法识别的问题。
You can’t perform that action at this time.
0 commit comments