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:
authorAntonioya <blendergit@gmail.com>2018-10-09 00:21:44 +0300
committerAntonioya <blendergit@gmail.com>2018-10-09 00:21:44 +0300
commit11877e5bec4c590e51565c7e6191b33957dddc1c (patch)
tree1dd7fd16218169ac68069b779ec47eb3c665ea65 /source/blender/makesdna
parente1293da01404ce2ae865e8a184c444715f747431 (diff)
GP: New Canvas offset parameters
Now the canvas can me moved in X/Y axis.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 8465d1634a4..6223e456241 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -328,6 +328,7 @@ typedef struct bGPdata_Runtime {
typedef struct bGPgrid {
float color[3];
float scale[2];
+ float offset[2];
char _pad1[4];
int lines;