fix for warnings, add back pose relax into the pose menu.

This commit is contained in:
Campbell Barton
2010-02-25 15:10:27 +00:00
parent 4b80d4e60d
commit 57baa94631
4 changed files with 9 additions and 8 deletions

View File

@@ -1025,6 +1025,10 @@ class VIEW3D_MT_pose(bpy.types.Menu):
layout.separator()
layout.operator("pose.relax")
layout.separator()
layout.menu("VIEW3D_MT_pose_apply")
layout.separator()