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:
Diffstat (limited to 'source/blender/functions/intern/lazy_function.cc')
-rw-r--r--source/blender/functions/intern/lazy_function.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/functions/intern/lazy_function.cc b/source/blender/functions/intern/lazy_function.cc
index 46572283e9b..2d69af84f85 100644
--- a/source/blender/functions/intern/lazy_function.cc
+++ b/source/blender/functions/intern/lazy_function.cc
@@ -63,4 +63,9 @@ void Params::set_default_remaining_outputs()
}
}
+bool Params::try_enable_multi_threading_impl()
+{
+ return false;
+}
+
} // namespace blender::fn::lazy_function