Update
This commit is contained in:
@@ -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__ = [
|
||||
|
||||
Reference in New Issue
Block a user