Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-05 10:37:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-05 10:39:56 +0300
commitcaacedd861fea49086d6ec531acbaf79a775c62b (patch)
tree3fb1c44941122247d65d7f34eef83bc60527a4f6 /source/blender/editors/include
parentb8ef725497e45648ac7214927294e3ab60b71bc2 (diff)
GP: move select all into a utility function
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_gpencil.h2
1 files changed, 2 insertions, 0 deletions
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__ */