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:
authorYimingWu <xp8110@outlook.com>2021-09-19 08:18:27 +0300
committerYimingWu <xp8110@outlook.com>2021-09-19 08:19:32 +0300
commit69697fcca96178d53b57b14b5e4a39685a8378a1 (patch)
treee9b967deb25f77eef348786f5cd22524eef0ec20 /source/blender/blenkernel/BKE_gpencil_geom.h
parent25e548c96b3d8c1698fd4385b4dc395665b5a7f6 (diff)
Revert "GPencil: Curvature support for length modifier."
Reason for revert: accidental push of a intermediate change locally. This reverts commit 25e548c96b3d8c1698fd4385b4dc395665b5a7f6.
Diffstat (limited to 'source/blender/blenkernel/BKE_gpencil_geom.h')
-rw-r--r--source/blender/blenkernel/BKE_gpencil_geom.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/blenkernel/BKE_gpencil_geom.h b/source/blender/blenkernel/BKE_gpencil_geom.h
index 20ee9199dba..d472fd6f02b 100644
--- a/source/blender/blenkernel/BKE_gpencil_geom.h
+++ b/source/blender/blenkernel/BKE_gpencil_geom.h
@@ -114,12 +114,7 @@ void BKE_gpencil_dissolve_points(struct bGPdata *gpd,
bool BKE_gpencil_stroke_stretch(struct bGPDstroke *gps,
const float dist,
const float overshoot_fac,
- const short mode,
- const bool follow_curvature,
- const int extra_point_count,
- const float edge_point_tradeoff,
- const float max_angle,
- const bool invert_curvature);
+ const short mode);
bool BKE_gpencil_stroke_trim_points(struct bGPDstroke *gps,
const int index_from,
const int index_to);