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:
-rw-r--r--source/blender/blenkernel/BKE_spline.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_spline.hh b/source/blender/blenkernel/BKE_spline.hh
index 5e88dd02bdd..f4a27c91e67 100644
--- a/source/blender/blenkernel/BKE_spline.hh
+++ b/source/blender/blenkernel/BKE_spline.hh
@@ -72,8 +72,7 @@ class Spline {
Minimum,
Tangent,
};
- /* Only #Zup is supported at the moment. */
- NormalCalculationMode normal_mode;
+ NormalCalculationMode normal_mode = Minimum;
blender::bke::CustomDataAttributes attributes;