We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025e3bf commit d793719Copy full SHA for d793719
2 files changed
io_mesh_w3d/__init__.py
@@ -17,7 +17,7 @@
17
bl_info = {
18
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
19
'author': 'OpenSage Developers',
20
- 'version': VERSION,
+ 'version': (0, 8, 1),
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)',
readme_plugin_cn.txt
@@ -35,7 +35,7 @@ GitHub地址:https://github.com/nkx111/OpenSAGE.BlenderPlugin
35
36
2025/5/9 更新:
37
重写了材质的导入导出逻辑。现在能够支持所有RA3材质了,导出后的参数不会有异常。
38
-可以在下拉列表里选择不同的材质,不同的材质会切换不同的属性面板。
+可以在下拉列表里选择不同的材质,不同的材质会切换不同的属性面板。大部分的材质参数都能在编辑器中看到效果。
39
添加了大量材质的预览,可以在编辑器中看到特效
40
可以设置图片查找路径,方便一键更换贴图
41
如果导入其他C&C的模型,会自动选择兼容的RA3材质。
0 commit comments