diff --git a/source/blender/functions/FN_lazy_function.hh b/source/blender/functions/FN_lazy_function.hh index fd9b553063e..86fc87d3626 100644 --- a/source/blender/functions/FN_lazy_function.hh +++ b/source/blender/functions/FN_lazy_function.hh @@ -250,7 +250,7 @@ struct Output { */ class LazyFunction { protected: - const char *debug_name_ = ""; + const char *debug_name_ = "unknown"; Vector inputs_; Vector outputs_; /**