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-12 13:05:11 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-08-12 23:47:43 +0300
commit9abdafe840e5eaa29153565bd7c121f02e1d1fb1 (patch)
treeeaf8a1c9903199f0fe4b34122cd83f867c79babd /source/blender/blenkernel/BKE_gpencil_curve.h
parent19cef4073dd7b17a156fbb0feb1838417bf7ff30 (diff)
GPencil: Add parameters to scale thickness when convert Curves
This parameter allows to scale the thickness.
Diffstat (limited to 'source/blender/blenkernel/BKE_gpencil_curve.h')
-rw-r--r--source/blender/blenkernel/BKE_gpencil_curve.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_gpencil_curve.h b/source/blender/blenkernel/BKE_gpencil_curve.h
index 3fbd0ce1a51..952f5115707 100644
--- a/source/blender/blenkernel/BKE_gpencil_curve.h
+++ b/source/blender/blenkernel/BKE_gpencil_curve.h
@@ -37,7 +37,8 @@ void BKE_gpencil_convert_curve(struct Main *bmain,
struct Object *ob_cu,
const bool gpencil_lines,
const bool use_collections,
- const bool only_stroke);
+ const bool only_stroke,
+ const float scale_thickness);
#ifdef __cplusplus
}