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-23 22:41:44 +0300
committerHans Goudey <h.goudey@me.com>2021-08-23 22:41:44 +0300
commit24d1c352e8e59139efa8a1cdefed13952f8c99ee (patch)
tree021375ff7f4ba77f721065f711d9edbce67c2dbe /source/blender/editors
parentb3639670ee001cc77480cdc8db54ce517d992e3b (diff)
Make branch compile after recent multifunction network removaltemp-geometry-nodes-fields-prototype
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_node/node_draw.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_draw.cc b/source/blender/editors/space_node/node_draw.cc
index cca61148c85..8a313d6ff80 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -812,7 +812,7 @@ static bool use_special_non_field_socket_drawing(const bNodeTree *node_tree,
if (socket->in_out == SOCK_OUT) {
return false;
}
- if (node->typeinfo->expand_in_mf_network) {
+ if (node->typeinfo->build_multi_function) {
/* Wow, that's hacky. Don't use vertical bar for function nodes. */
return false;
}