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:
authorJoshua Leung <aligorith@gmail.com>2015-01-01 02:36:01 +0300
committerJoshua Leung <aligorith@gmail.com>2015-01-01 02:49:59 +0300
commitc0805722ed18167e711cde913b416ec01bd2c7a6 (patch)
treeb2f53d92da6ac8feb8d00d698b6f8650962514d2 /source/blender/editors/include/ED_gpencil.h
parente9596e5deff93364a0fe588f8e8e408fcbcc2b96 (diff)
GPencil Editing: Copy and Paste selected stroke segments with Ctrl-C and Ctrl-V
Diffstat (limited to 'source/blender/editors/include/ED_gpencil.h')
-rw-r--r--source/blender/editors/include/ED_gpencil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index cad33c34fe3..b0d1be1bf5d 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -87,6 +87,12 @@ void ED_keymap_gpencil(struct wmKeyConfig *keyconf);
void ED_operatortypes_gpencil(void);
void ED_operatormacros_gpencil(void);
+/* ------------- Copy-Paste Buffers -------------------- */
+
+/* Strokes copybuf */
+void ED_gpencil_strokes_copybuf_free(void);
+
+
/* ------------ Grease-Pencil Drawing API ------------------ */
/* drawgpencil.c */