提交 ff054272 编写于 作者: R Ryan Lee

removed 'Rest' from keyframe animation drop down since it doesn't work; Added...

removed 'Rest' from keyframe animation drop down since it doesn't work; Added tooltip note when hovering over dropdown to inform user that mesh must be in bind pose when exporting
上级 7857352f
......@@ -525,8 +525,7 @@ def animation_options():
"""
anim = [
(constants.OFF, constants.OFF.title(), constants.OFF),
(constants.POSE, constants.POSE.title(), constants.POSE),
(constants.REST, constants.REST.title(), constants.REST)
(constants.POSE, constants.POSE.title(), constants.POSE)
]
return anim
......@@ -727,7 +726,7 @@ class ExportThree(bpy.types.Operator, ExportHelper):
option_animation_skeletal = EnumProperty(
name="",
description="Export animation (skeletal)",
description="Export animation (skeletal) NOTE: Mesh must be in bind pose",
items=animation_options(),
default=constants.OFF)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册