From 73b4d1338db1979e2acc5daf6f996808f6a92524 Mon Sep 17 00:00:00 2001 From: Ilya Portnov Date: Mon, 2 Jan 2023 21:50:26 +0500 Subject: [PATCH] Previous behaviour corresponds to absolute_bulge == True. --- nodes/surface/blend_surface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/surface/blend_surface.py b/nodes/surface/blend_surface.py index 9e6204f949..c0a28cbee1 100644 --- a/nodes/surface/blend_surface.py +++ b/nodes/surface/blend_surface.py @@ -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(