Aurora Liu
3D Artist | Technical Artist
HomeReelCharacter ArtProjectsRigging TA
Skin Weight IO Tool | Maya API · Python · PySide2
自定义 Maya Command Plugin,实现 Skin Weight 数据导出与导入
Developed a custom Maya Command Plugin for skin weight export and import workflows
序列化存储顶点权重、Influences 及拓扑信息至 .weights 文件
Serialized vertex weights, influence data, and topology information into custom .weights files
Query 模式快速查看文件中保存的 Influence 列表
Implemented Query Mode to inspect stored influence data before import
支持标准权重恢复流程,自动重建 SkinCluster 并映射权重数据
Supports standard skin weight restoration with automatic SkinCluster reconstruction
Ancestor Swap:当 Influence 缺失时,自动查找父级 Joint 进行权重替换
Ancestor Swap: automatically remaps missing influences to valid parent joints
Replace Mapping:通过命名规则批量重定向 Influence(如 L_ → R_)
Replace Mapping: batch remapping of influences using naming conventions (e.g. L_ → R_)
Target List Mapping:支持将权重数据重映射至任意目标骨骼列表
Target List Mapping: transfers stored weights onto arbitrary target influence sets
基于 OpenMaya MFnSkinCluster API 实现高效权重读写
Ancestor Swap: automatically remaps missing influences to valid parent joints
PySide2 UI 封装,支持批量导入导出与数据查询
Wrapped with a PySide2 user interface for streamlined production workflows