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:
authorAntonio Vazquez <blendergit@gmail.com>2020-08-10 17:34:19 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-08-10 17:34:26 +0300
commit4ada2909566c6966607d3a4d78964902ad9e19a6 (patch)
tree6cd8ecfe1fd285de529e87db9b095be763c7cd20 /source/blender/makesdna/DNA_brush_types.h
parent3fe2fceb4e35704a756ef064b2f4a289a6843261 (diff)
GPencil: Invert Filled area pressing Ctrl key
This feature was suggested in https://blender.community/c/rightclickselect/rggbbc/ When press `Ctrl+LMB`, the filled area is inverted. {F8749306} {F8749307} Filling several areas: {F8759399} Differential Revision: https://developer.blender.org/D8477
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index c79ae68678f..036c6c9c9d6 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -68,7 +68,7 @@ typedef struct BrushGpencilSettings {
short draw_subdivide;
/** Layers used for fill. */
short fill_layer_mode;
- char _pad[2];
+ short fill_direction;
/** Factor for transparency. */
float fill_threshold;