Update menu_utils.py
This commit is contained in:
parent
5f7c424a35
commit
572b48770e
@ -124,6 +124,46 @@ def copy_skin():
|
|||||||
"""拷贝蒙皮"""
|
"""拷贝蒙皮"""
|
||||||
print("拷贝蒙皮功能待实现")
|
print("拷贝蒙皮功能待实现")
|
||||||
|
|
||||||
|
def create_rbf_deformer():
|
||||||
|
"""创建RBF变形器"""
|
||||||
|
print("创建RBF变形器功能待实现")
|
||||||
|
|
||||||
|
def quick_bind_clothing():
|
||||||
|
"""快速绑定服装"""
|
||||||
|
print("快速绑定服装功能待实现")
|
||||||
|
|
||||||
|
def clone_blendshape():
|
||||||
|
"""克隆混合变形"""
|
||||||
|
print("克隆混合变形功能待实现")
|
||||||
|
|
||||||
|
def transfer_uv_order():
|
||||||
|
"""UV传递点序"""
|
||||||
|
print("UV传递点序功能待实现")
|
||||||
|
|
||||||
|
def create_face_controller():
|
||||||
|
"""面部生成控制器"""
|
||||||
|
print("面部生成控制器功能待实现")
|
||||||
|
|
||||||
|
def extract_52bs():
|
||||||
|
"""提取52BS"""
|
||||||
|
print("提取52BS功能待实现")
|
||||||
|
|
||||||
|
def fix_joint_orientation():
|
||||||
|
"""关节轴向修复"""
|
||||||
|
print("关节轴向修复功能待实现")
|
||||||
|
|
||||||
|
def create_body_controller():
|
||||||
|
"""生成身体控制器"""
|
||||||
|
print("生成身体控制器功能待实现")
|
||||||
|
|
||||||
|
def import_face_animation():
|
||||||
|
"""导入面部动画"""
|
||||||
|
print("导入面部动画功能待实现")
|
||||||
|
|
||||||
|
def import_body_animation():
|
||||||
|
"""导入身体动画"""
|
||||||
|
print("导入身体动画功能待实现")
|
||||||
|
|
||||||
# 语言菜单功能
|
# 语言菜单功能
|
||||||
def set_chinese():
|
def set_chinese():
|
||||||
"""设置中文界面"""
|
"""设置中文界面"""
|
||||||
|
Loading…
Reference in New Issue
Block a user