Files
Nexus/2025/icons/README.md
2025-11-23 20:51:18 +08:00

25 lines
498 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Nexus Icons Directory
存放工具架按钮使用的图标文件。
## 图标格式
- 支持格式PNG, XPM, BMP
- 推荐格式PNG支持透明
- 推荐尺寸32x32 或 64x64 像素
## 命名规范
- 使用小写字母和下划线
- 例如:`modeling_tool.png`, `rigging_helper.png`
## 使用方法
在 MEL 工具架文件中引用:
```mel
-image "your_icon.png"
-image1 "your_icon.png"
```
Maya 会自动在 XBMLANGPATH 环境变量指定的目录中查找图标文件。