GP: Add arrange strokes to edit specials menu

This commit is contained in:
Antonioya
2018-08-24 15:47:25 +02:00
parent 9b41ad288a
commit edbe334ae9

View File

@@ -4951,6 +4951,9 @@ class VIEW3D_MT_gpencil_edit_specials(Menu):
layout.separator()
layout.operator("gpencil.stroke_split", text="Split")
layout.separator()
layout.operator_menu_enum("gpencil.stroke_arrange", "direction", text="Arrange Strokes")
layout.separator()
layout.operator("gpencil.stroke_join", text="Join").type = 'JOIN'