better newline logic when fixing curvature
This commit is contained in:
parent
2b442c09e4
commit
76c05863b5
2 changed files with 45 additions and 15 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue