[Bf-blender-cvs] [078aa677b69] master: Fix: Curves: Add missing builtin attribute definition

Hans Goudey noreply at git.blender.org
Thu Apr 14 00:05:43 CEST 2022


Commit: 078aa677b69216d5a222a927d52e0f011b416bef
Author: Hans Goudey
Date:   Wed Apr 13 17:05:35 2022 -0500
Branches: master
https://developer.blender.org/rB078aa677b69216d5a222a927d52e0f011b416bef

Fix: Curves: Add missing builtin attribute definition

===================================================================

M	source/blender/blenkernel/intern/geometry_component_curves.cc

===================================================================

diff --git a/source/blender/blenkernel/intern/geometry_component_curves.cc b/source/blender/blenkernel/intern/geometry_component_curves.cc
index 3f4342bd0dd..4796135b32f 100644
--- a/source/blender/blenkernel/intern/geometry_component_curves.cc
+++ b/source/blender/blenkernel/intern/geometry_component_curves.cc
@@ -545,6 +545,7 @@ static ComponentAttributeProviders create_attribute_providers_for_curve()
                                       &handle_type_left,
                                       &normal_mode,
                                       &nurbs_order,
+                                      &nurbs_knots_mode,
                                       &nurbs_weight,
                                       &curve_type,
                                       &resolution,



More information about the Bf-blender-cvs mailing list