[Bf-blender-cvs] [8754ad4dc19] master: UI: Make naming clearer for the motion paths commands in the pose context menu

William Reynish noreply at git.blender.org
Tue Mar 26 14:37:12 CET 2019


Commit: 8754ad4dc1959f5d2ad8e3ad936cbd8871f5052c
Author: William Reynish
Date:   Tue Mar 26 14:37:10 2019 +0100
Branches: master
https://developer.blender.org/rB8754ad4dc1959f5d2ad8e3ad936cbd8871f5052c

UI: Make naming clearer for the motion paths commands in the pose context menu

===================================================================

M	release/scripts/startup/bl_ui/space_view3d.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 314908f171f..a64dff9051b 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -2795,8 +2795,8 @@ class VIEW3D_MT_pose_context_menu(Menu):
 
         layout.separator()
 
-        layout.operator("pose.paths_calculate")
-        layout.operator("pose.paths_clear")
+        layout.operator("pose.paths_calculate", text="Calculate Motion Paths")
+        layout.operator("pose.paths_clear", text="Clear Motion Paths")
 
         layout.separator()



More information about the Bf-blender-cvs mailing list