Skip to content

Commit

Permalink
Previous behaviour corresponds to absolute_bulge == True.
Browse files Browse the repository at this point in the history
  • Loading branch information
portnov committed Jan 4, 2023
1 parent 704d341 commit 73b4d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/surface/blend_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def update_sockets(self, context):
absolute_bulge : BoolProperty(
name = "Absolute bulge",
description = "If checked, then bulge values specified are actual required tangent vector lengths; otherwise, bulge values are specified as multipliers of surface's tangent vectors",
default = False,
default = True,
update = updateNode)

bulge1 : FloatProperty(
Expand Down

0 comments on commit 73b4d13

Please sign in to comment.