space_view3d_pie_menus/pie_sculpt_menu: fix missing prefix T65611

This commit is contained in:
Brendon Murphy 2019-06-08 12:25:26 +10:00
parent 290ed760cb
commit d894264b5b
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ class PIE_MT_SculptPie(Menu):
pie.operator("paint.brush_select",
text='Blob', icon='BRUSH_BLOB').sculpt_tool = 'BLOB'
# 2 - BOTTOM
pie.menu(PieSculpttwo.bl_idname,
pie.menu(PIE_MT_Sculpttwo.bl_idname,
text="More Brushes", icon='BRUSH_SMOOTH')
# 8 - TOP
pie.operator("sculpt.sculptraw",
@ -78,7 +78,7 @@ class PIE_MT_SculptPie(Menu):
pie.operator("paint.brush_select",
text='Inflate/Deflate', icon='BRUSH_INFLATE').sculpt_tool = 'INFLATE'
# 3 - BOTTOM - RIGHT
pie.menu(PieSculptthree.bl_idname,
pie.menu(PIE_MT_Sculptthree.bl_idname,
text="Grab Brushes", icon='BRUSH_GRAB')