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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Inch <mythologylover75@gmail.com>2019-09-04 07:27:27 +0300
committerRyan Inch <mythologylover75@gmail.com>2019-09-04 07:27:27 +0300
commitdea35721d24e947d83fe7da61519ad7da1fa5807 (patch)
tree57b2ee227ec672201844ba1f9b9bac68411b5112 /space_view3d_brush_menus
parenta40886c44f411485ef09be8a3bc13e1c7ca3247a (diff)
Dynamic Brush Menus: add interactive mode to default actions: T68350
Diffstat (limited to 'space_view3d_brush_menus')
-rw-r--r--space_view3d_brush_menus/brush_menu.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/space_view3d_brush_menus/brush_menu.py b/space_view3d_brush_menus/brush_menu.py
index b7e45cb4..5df6c8cc 100644
--- a/space_view3d_brush_menus/brush_menu.py
+++ b/space_view3d_brush_menus/brush_menu.py
@@ -31,6 +31,8 @@ class BrushOptionsMenu(Menu):
layout.operator("wm.search_menu", text="Search", icon='VIEWZOOM')
layout.operator("wm.toolbar", text="Tools", icon='TOOL_SETTINGS')
layout.menu("SCREEN_MT_user_menu", text="Quick Favorites", icon='HEART')
+ layout.operator_menu_enum("object.mode_set", "mode",
+ text="Interactive Mode", icon='VIEW3D')
layout.separator()