Simple one liner....

Added options to add Flip normals to toolbar.  (iCer on irc is responsible)

Kent
This commit is contained in:
2009-11-05 20:35:36 +00:00
parent 43d916c08a
commit bb0f4310aa

View File

@@ -101,6 +101,7 @@ class VIEW3D_PT_tools_meshedit(View3DPanel):
col.itemO("mesh.screw")
col.itemO("mesh.merge")
col.itemO("mesh.rip_move")
col.itemO("mesh.flip_normals")
col = layout.column(align=True)
col.itemL(text="Shading:")