add a button for bevel to the view3d toolbar, so it has a place in the ui.

This commit is contained in:
Joseph Eagar
2011-03-17 23:10:05 +00:00
parent 80e52ce929
commit baaf0d1b68

View File

@@ -112,6 +112,10 @@ class VIEW3D_PT_tools_meshedit(View3DPanel, bpy.types.Panel):
def draw(self, context):
layout = self.layout
col = layout.column(align=True)
col.label(text="Modify:")
col.operator("mesh.bevel")
col = layout.column(align=True)
col.label(text="Transform:")
col.operator("transform.translate")