From 8746575d09394b7aec1e322fbd5af70b45399b58 Mon Sep 17 00:00:00 2001 From: Antonioya Date: Sun, 23 Dec 2018 16:45:36 +0100 Subject: GP: Add Shift+F to define strength for primitives --- source/blender/editors/gpencil/gpencil_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/gpencil/gpencil_intern.h') diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h index 3fb2464aaf3..71d293d5244 100644 --- a/source/blender/editors/gpencil/gpencil_intern.h +++ b/source/blender/editors/gpencil/gpencil_intern.h @@ -158,6 +158,7 @@ typedef struct tGPDprimitive { int orign_type; /* original type of primitive */ bool curve; /* type of primitive is a curve */ int brush_size; /* brush size */ + float brush_strength; /* brush strength */ short flip; /* flip option */ tGPspoint *points; /* array of data-points for stroke */ int point_count; /* number of edges allocated */ -- cgit v1.2.3