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:
authormeta-androcto <meta.androcto1@gmail.com>2019-04-30 13:23:29 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-04-30 13:23:29 +0300
commit7274975940af4e588820f2df28e91e68b4e729a5 (patch)
treedcacb21c11378d6c5495bee81fbfb139928f3d06 /space_view3d_pie_menus
parent213c5e1791e3765b4dbf13819a4db594d15df4a6 (diff)
pie_sculpt_menu: minor fix
Diffstat (limited to 'space_view3d_pie_menus')
-rw-r--r--space_view3d_pie_menus/pie_sculpt_menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_pie_menus/pie_sculpt_menu.py b/space_view3d_pie_menus/pie_sculpt_menu.py
index 584d6d5b..93e03955 100644
--- a/space_view3d_pie_menus/pie_sculpt_menu.py
+++ b/space_view3d_pie_menus/pie_sculpt_menu.py
@@ -123,7 +123,7 @@ class PieSculptthree(Menu):
layout.operator("paint.brush_select",
text='Snakehook', icon='BRUSH_SNAKE_HOOK').sculpt_tool = 'SNAKE_HOOK'
layout.operator("paint.brush_select",
- text='Twist', icon='BRUSH_ROTATE').sculpt_tool = 'NONE'
+ text='Rotate', icon='BRUSH_ROTATE').sculpt_tool = 'ROTATE'
classes = (