UI: add mesh skin-resize to menu

Resolves T75925
This commit is contained in:
Campbell Barton 2020-04-24 17:06:37 +10:00
parent 001629a362
commit 9b56b2b2b9
Notes: blender-bot 2023-02-14 05:12:59 +01:00
Referenced by issue #75925, Menu Search: Skin Resize missing from menus.
1 changed files with 1 additions and 0 deletions

View File

@ -993,6 +993,7 @@ class VIEW3D_MT_transform(VIEW3D_MT_transform_base):
layout = self.layout
if context.mode == 'EDIT_MESH':
layout.operator("transform.shrink_fatten", text="Shrink Fatten")
layout.operator("transform.skin_resize")
elif context.mode == 'EDIT_CURVE':
layout.operator("transform.transform", text="Radius").mode = 'CURVE_SHRINKFATTEN'