Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2019-03-26 16:37:10 +0300
committerWilliam Reynish <billrey@me.com>2019-03-26 16:37:10 +0300
commit8754ad4dc1959f5d2ad8e3ad936cbd8871f5052c (patch)
tree87d95b04faa5fafc87984ddda2280b77a502f60a /release/scripts
parent982a80e6d85f15bfef4410153c70e470bd073334 (diff)
UI: Make naming clearer for the motion paths commands in the pose context menu
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
1 files changed, 2 insertions, 2 deletions
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()