[Bf-blender-cvs] [18a45538384] blender2.8: Edit menu: add Repeat Last and Repeat History

Pablo Vazquez noreply at git.blender.org
Sat Jun 2 23:13:09 CEST 2018


Commit: 18a45538384564a5dffbdd88b778bb10da92a7b2
Author: Pablo Vazquez
Date:   Sat Jun 2 23:13:03 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB18a45538384564a5dffbdd88b778bb10da92a7b2

Edit menu: add Repeat Last and Repeat History

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 243b36bdeb7..7beb97f31b6 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -610,6 +610,11 @@ class INFO_MT_edit(Menu):
 
         layout.separator()
 
+        layout.operator("screen.repeat_last")
+        layout.operator("screen.repeat_history")
+
+        layout.separator()
+
         layout.operator("screen.userpref_show", text="User Preferences...", icon='PREFERENCES')



More information about the Bf-blender-cvs mailing list