GPencil: Added operators to select first and last points of strokes
These are useful for removing overshoots at the end of closed strokes (for fills)
This commit is contained in:
@@ -992,6 +992,11 @@ class VIEW3D_MT_select_gpencil(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("gpencil.select_first")
|
||||
layout.operator("gpencil.select_last")
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("gpencil.select_more")
|
||||
layout.operator("gpencil.select_less")
|
||||
|
||||
|
Reference in New Issue
Block a user