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:
authorFalk David <falkdavid@gmx.de>2020-08-15 14:10:37 +0300
committerFalk David <falkdavid@gmx.de>2020-08-15 14:10:37 +0300
commit8bd1469d86d43fe9e896ea0b487a22ea896fcd17 (patch)
tree4cac5c8607acc354f7d562e2cb911fbff58cd5d0 /release/scripts/startup/bl_ui/space_view3d.py
parentb221d8d0a32a74d912cc0fa204565410eee95dcf (diff)
GPencil: Add corner angle parameter
This parameter allows the user to control at what angle corners are detected and considered by the fitting algorithm.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 72f0128965c..f7070c46078 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -6951,6 +6951,7 @@ class VIEW3D_PT_gpencil_curve_edit(Panel):
col = layout.column(align=True)
col.prop(gpd, "edit_curve_resolution")
col.prop(gpd, "curve_edit_threshold")
+ col.prop(gpd, "curve_corner_angle")
col.prop(gpd, "use_adaptive_curve_resolution")