shrink/fatten was missing from the transform menu

This commit is contained in:
Campbell Barton
2012-11-09 06:06:50 +00:00
parent 0f2c27b855
commit 1369e29db0

View File

@@ -168,6 +168,8 @@ class VIEW3D_MT_transform(VIEW3D_MT_transform_base):
# generic...
layout = self.layout
layout.operator("transform.shrink_fatten", text="Shrink Fatten")
layout.separator()
layout.operator("transform.translate", text="Move Texture Space").texture_space = True