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/include
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/include')
-rw-r--r--source/blender/editors/include/ED_gpencil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 4b419263a37..fb216a8c9a9 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -79,7 +79,7 @@ typedef struct tGPspoint {
float time; /* Time relative to stroke start (used when converting to path) */
float uv_fac; /* factor of uv along the stroke */
float uv_rot; /* uv rotation for dor mode */
- float rnd[2]; /* rnd value */
+ float rnd[3]; /* rnd value */
bool rnd_dirty; /* rnd flag */
} tGPspoint;