Motion Paths: Show "Update" button in the toolbox too

This commit is contained in:
Joshua Leung 2016-02-06 13:09:59 +13:00
parent 4e3d6725c4
commit 7320df2e61
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,7 @@ class VIEW3D_PT_tools_animation(View3DPanel, Panel):
row = col.row(align=True)
row.operator("object.paths_calculate", text="Calculate")
row.operator("object.paths_clear", text="Clear")
col.operator("object.paths_update", text="Update")
col.separator()
@ -775,6 +776,7 @@ class VIEW3D_PT_tools_posemode(View3DPanel, Panel):
row = col.row(align=True)
row.operator("pose.paths_calculate", text="Calculate")
row.operator("pose.paths_clear", text="Clear")
col.operator("pose.paths_update", text="Update")
class VIEW3D_PT_tools_posemode_options(View3DPanel, Panel):