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:
authorAntonioya <blendergit@gmail.com>2019-04-23 18:25:37 +0300
committerAntonioya <blendergit@gmail.com>2019-04-23 18:26:01 +0300
commit40baa2e2b358a8a376fd54f0ae0d52a4ef75dc4c (patch)
treef527e533e83edc398fff08dc0cb04451e7cbaaa2 /source/blender/makesrna
parent8e861725dc9e9388c1c764491676c0684b1b6f8f (diff)
GPencil: Add support for gradient to Box strokes
Before this options was only available to Dots mode.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 6dc5a9cfd6a..d5c9dfb8d02 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -1246,7 +1246,7 @@ static void rna_def_gpencil_options(BlenderRNA *brna)
RNA_def_property_float_default(prop, 1.0f);
RNA_def_property_ui_text(prop,
"Border Opacity Factor",
- "Amount of gradient for Dot strokes (set to 1 for full solid)");
+ "Amount of gradient for Dot and Box strokes (set to 1 for full solid)");
RNA_def_parameter_clear_flags(prop, PROP_ANIMATABLE, 0);
/* gradient shape ratio */