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 21:24:29 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-08-12 23:48:19 +0300
commitdb7cfd03b08cbe5a2c986cfebfa4a04d8aa8a40d (patch)
tree1c4526dee21d933bf3d48d8b5ef9c2e539c3b2e4 /source/blender/blenkernel/BKE_gpencil_curve.h
parente188a798c64ec538fa598ea50a16d311e517aa85 (diff)
GPencil: Remove unused parameter in convert curve
The only_stroke parameter is not used
Diffstat (limited to 'source/blender/blenkernel/BKE_gpencil_curve.h')
-rw-r--r--source/blender/blenkernel/BKE_gpencil_curve.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_gpencil_curve.h b/source/blender/blenkernel/BKE_gpencil_curve.h
index 213ebf7832c..9a5950bcfab 100644
--- a/source/blender/blenkernel/BKE_gpencil_curve.h
+++ b/source/blender/blenkernel/BKE_gpencil_curve.h
@@ -37,7 +37,6 @@ 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 float scale_thickness,
const float sample);