GP: Add arrange strokes to edit specials menu
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user