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>2012-11-12 06:25:21 +0400
committerJoshua Leung <aligorith@gmail.com>2012-11-12 06:25:21 +0400
commitcf1801e1678c06bf94a75bda01d4b6739476d8ca (patch)
tree4664b104b61b6c0037f5e9a5f460852430a3f2e6 /source/blender/makesdna/DNA_gpencil_types.h
parent89845f280f88bed4f6af24c377662802c6a02b60 (diff)
DNA alignment fix for GPencil commit
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index b7c1ee675b3..4dc86d028f8 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -56,7 +56,10 @@ typedef struct bGPDstroke {
short thickness; /* thickness of stroke (currently not used) */
short flag; /* various settings about this stroke */
+
+ float pad;
double inittime; /* Init time of stroke */
+ float pad2;
} bGPDstroke;
/* bGPDstroke->flag */