diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py index 12a9417e319..53dbef20020 100644 --- a/release/scripts/ui/space_view3d_toolbar.py +++ b/release/scripts/ui/space_view3d_toolbar.py @@ -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:")