Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-04-14 01:05:35 +0300
committerHans Goudey <h.goudey@me.com>2022-04-14 01:05:35 +0300
commit078aa677b69216d5a222a927d52e0f011b416bef (patch)
tree0aa192b5866ebcc0cb527a7d81309b8c69a876eb /source/blender/blenkernel/intern/geometry_component_curves.cc
parenta8ee279aa903ad6d81175f4299bc426a0cd32ebf (diff)
Fix: Curves: Add missing builtin attribute definition
Diffstat (limited to 'source/blender/blenkernel/intern/geometry_component_curves.cc')
-rw-r--r--source/blender/blenkernel/intern/geometry_component_curves.cc1
1 files changed, 1 insertions, 0 deletions
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,