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-21 21:47:51 +0300
committerCharlie Jolly <mistajolly@gmail.com>2018-12-21 21:48:57 +0300
commite119868caaed07314df3a1372fbeec975e73c8b3 (patch)
tree1892f0b17cb340e81bd9eb040aacc9b70116dc1d /source/blender/editors/gpencil/gpencil_intern.h
parent275c627b5e642163fc4f02ac256383519ae39394 (diff)
GP: Primitive: Changes from gp branch
F-key to change stroke brush size Fix random bias for jitter
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 668fc076b2e..3fb2464aaf3 100644
--- a/source/blender/editors/gpencil/gpencil_intern.h
+++ b/source/blender/editors/gpencil/gpencil_intern.h
@@ -157,6 +157,7 @@ typedef struct tGPDprimitive {
int type; /* type of primitive */
int orign_type; /* original type of primitive */
bool curve; /* type of primitive is a curve */
+ int brush_size; /* brush size */
short flip; /* flip option */
tGPspoint *points; /* array of data-points for stroke */
int point_count; /* number of edges allocated */