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/functions/intern/field.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/functions/intern/field.cc b/source/blender/functions/intern/field.cc
index 76544998b46..db70e583269 100644
--- a/source/blender/functions/intern/field.cc
+++ b/source/blender/functions/intern/field.cc
@@ -102,6 +102,9 @@ static const FieldVariable &get_field_variable(const Field &field,
return function_outputs[field.function_output_index()];
}
+/**
+ * TODO: Merge duplicate input nodes, not just fields pointing to the same FieldInput.
+ */
static void add_variables_for_input(const Field &field,
Stack<const Field *> &fields_to_visit,
MFProcedureBuilder &builder,