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-28 08:02:49 +0300
committerHans Goudey <h.goudey@me.com>2021-08-28 08:02:49 +0300
commit6afa55b7e4ad50a8375e718a1a1abb6af50cc2f1 (patch)
tree26fb5570d0c7b42ee95848ab2ab66c9a0171db36
parent37d717fe146fbeec34d93956f72fba381bf1e1b3 (diff)
Add short comment
-rw-r--r--source/blender/functions/FN_multi_function_procedure.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/functions/FN_multi_function_procedure.hh b/source/blender/functions/FN_multi_function_procedure.hh
index 07aa84e0f94..4c02dac7b7b 100644
--- a/source/blender/functions/FN_multi_function_procedure.hh
+++ b/source/blender/functions/FN_multi_function_procedure.hh
@@ -156,6 +156,9 @@ class MFDummyInstruction : public MFInstruction {
class MFReturnInstruction : public MFInstruction {
};
+/**
+ * Inputs and outputs of the entire procedure network.
+ */
struct MFParameter {
MFParamType::InterfaceType type;
MFVariable *variable;