This commit is contained in:
2025-11-23 20:51:18 +08:00
parent 7baece90bc
commit ee284dbe5c
16 changed files with 1402 additions and 0 deletions

24
2025/icons/README.md Normal file
View File

@@ -0,0 +1,24 @@
# 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 环境变量指定的目录中查找图标文件。