better newline logic when fixing curvature

This commit is contained in:
jrkb 2024-08-23 13:54:28 +02:00
parent 2b442c09e4
commit 76c05863b5
2 changed files with 45 additions and 15 deletions

View file

@ -244,6 +244,7 @@ class ABC3D_text_properties(bpy.types.PropertyGroup):
compensate_curvature: bpy.props.BoolProperty(
update=update_callback,
name="Compensate Curvature",
description="Fixes curvature spacing issues for simple curves, don't use on curve with tiny loops.",
default=True,
)
ignore_orientation: bpy.props.BoolProperty(