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:
Joshua Leung
2016-05-09 17:23:15 +12:00
parent 0578d3ef3e
commit dc4c3ce592
4 changed files with 129 additions and 0 deletions

View File

@@ -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")