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>2021-08-31 00:41:17 +0300
committerHans Goudey <h.goudey@me.com>2021-08-31 00:41:17 +0300
commit0597e93e5e22048838adcdb289fa62616294ebbb (patch)
tree613d835eb21d62caaded6f6bde68bc36d2ff4251
parent5f003515a189cfed3f47347ae3184adcc8c1f6cf (diff)
Add TODO comment
-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,