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:
authorCharlie Jolly <mistajolly@gmail.com>2018-12-19 13:17:14 +0300
committerCharlie Jolly <mistajolly@gmail.com>2018-12-19 15:18:45 +0300
commitac8cde69f50ec5e8b3af7e8538006dc011b1c541 (patch)
tree1bebff30dc5a1c3ed6b206b683822816ab28774e /source/blender/editors/gpencil/gpencil_intern.h
parent76d04f95141cd1e5f5db7523dbfa8349a01a1a62 (diff)
GP: Primitive: Add RMB behaviour to Grab/Move
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_intern.h')
-rw-r--r--source/blender/editors/gpencil/gpencil_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h
index e2cbeda2733..7d386c18c64 100644
--- a/source/blender/editors/gpencil/gpencil_intern.h
+++ b/source/blender/editors/gpencil/gpencil_intern.h
@@ -162,6 +162,7 @@ typedef struct tGPDprimitive {
int point_count; /* number of edges allocated */
int tot_stored_edges; /* stored number of polygon edges */
int tot_edges; /* number of polygon edges */
+ float move[2]; /* move distance */
float origin[2]; /* initial box corner */
float start[2]; /* first box corner */
float end[2]; /* last box corner */