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/blenloader/intern/readfile.c')
-rw-r--r--source/blender/blenloader/intern/readfile.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 7267b8adb00..dc575c1f805 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -3516,6 +3516,11 @@ static void direct_link_nodetree(FileData *fd, bNodeTree *ntree)
}
if (node->storage) {
+ if (STREQ(node->idname, "FloatAddNode")) {
+ FloatAddNodeStorage *storage = (FloatAddNodeStorage *)node->storage;
+ link_list(fd, &storage->inputs_info);
+ }
+
/* could be handlerized at some point */
switch (node->type) {
case SH_NODE_CURVE_VEC: