From caacedd861fea49086d6ec531acbaf79a775c62b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Mar 2019 18:37:33 +1100 Subject: GP: move select all into a utility function --- source/blender/editors/include/ED_gpencil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h index 666cf55cac3..e331032bd6e 100644 --- a/source/blender/editors/include/ED_gpencil.h +++ b/source/blender/editors/include/ED_gpencil.h @@ -266,4 +266,6 @@ int ED_gpencil_select_stroke_segment( bool select, bool insert, const float scale, float r_hita[3], float r_hitb[3]); +void ED_gpencil_select_toggle_all(struct bContext *C, int action); + #endif /* __ED_GPENCIL_H__ */ -- cgit v1.2.3