This commit is contained in:
2025-11-30 14:49:16 +08:00
parent 021c593241
commit de46c4b073
1406 changed files with 526774 additions and 1221 deletions

View File

@@ -1,16 +1,19 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Site : Virtuos Games
# @Author : ZHou Shuhua
"""
Skin API Module
提供蒙皮权重导出、导入和管理功能
支持 Maya 所有版本,兼容 pymel cmds
Provides skin weight export, import, and management functions
Supports all Maya versions with compatibility for both pymel and cmds
"""
# 导出主要的 UI 函数
# Export main UI functions
from .ui import WeightExport, WeightImport, UnbindSkin
# 导出核心类
# Export core classes
from .apiVtxAttribs import ApiVtxAttribs
__all__ = [