GPencil: Reorganize Snap pie menu

Put the options in the same position of meshes.

related to T79094
This commit is contained in:
Antonio Vazquez
2020-07-21 12:34:57 +02:00
parent 494a6a0bf2
commit 1c0fa3aff6

View File

@@ -299,7 +299,9 @@ class GPENCIL_MT_snap_pie(Menu):
text="Selection to Cursor (Keep Offset)",
icon='RESTRICT_SELECT_OFF'
).use_offset = True
pie.separator()
pie.operator("view3d.snap_cursor_to_center", text="Cursor to World Origin", icon='CURSOR')
pie.separator()
class GPENCIL_MT_move_to_layer(Menu):