fix: change default screw steps to 28.
- change default screw steps to 28 (7 steps for 90 degree) - update blender mesh annotation.
This commit is contained in:
@ -156,7 +156,7 @@ class SharedScrewRailInputProperty():
|
||||
rail_screw_steps: bpy.props.IntProperty(
|
||||
name = "Steps",
|
||||
description = "The segment count per iteration. More segment, more smooth but lower performance.",
|
||||
default = 16,
|
||||
default = 28,
|
||||
min = 1,
|
||||
) # type: ignore
|
||||
|
||||
|
Reference in New Issue
Block a user