Skip to content

Commit d793719

Browse files
author
nkx
committed
fix init.py
1 parent 025e3bf commit d793719

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

io_mesh_w3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
bl_info = {
1818
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
1919
'author': 'OpenSage Developers',
20-
'version': VERSION,
20+
'version': (0, 8, 1),
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GitHub地址:https://github.com/nkx111/OpenSAGE.BlenderPlugin
3535

3636
2025/5/9 更新:
3737
重写了材质的导入导出逻辑。现在能够支持所有RA3材质了,导出后的参数不会有异常。
38-
可以在下拉列表里选择不同的材质,不同的材质会切换不同的属性面板。
38+
可以在下拉列表里选择不同的材质,不同的材质会切换不同的属性面板。大部分的材质参数都能在编辑器中看到效果。
3939
添加了大量材质的预览,可以在编辑器中看到特效
4040
可以设置图片查找路径,方便一键更换贴图
4141
如果导入其他C&C的模型,会自动选择兼容的RA3材质。

0 commit comments

Comments
 (0)