add randomize transform & object align back into the menu.

This commit is contained in:
Campbell Barton 2011-04-12 15:12:05 +00:00
parent b636418bd9
commit a1b6e077fd

@ -177,6 +177,11 @@ class VIEW3D_MT_transform(bpy.types.Menu):
layout.operator("object.origin_set", text="Origin to Geometry").type = 'ORIGIN_GEOMETRY'
layout.operator("object.origin_set", text="Origin to 3D Cursor").type = 'ORIGIN_CURSOR'
layout.separator()
layout.operator("object.randomize_transform")
layout.operator("object.align")
class VIEW3D_MT_mirror(bpy.types.Menu):
bl_label = "Mirror"