0
0
Fork 0

me-main #1

Merged
Nate Rupsis merged 123 commits from me-main into main 2023-02-13 18:39:11 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e732580fcc - Show all commits

View File

@ -1464,7 +1464,8 @@ static void std_node_socket_interface_draw(bContext * /*C*/, uiLayout *layout, P
}
}
uiItemR(layout, ptr, "hide_value", DEFAULT_FLAGS, nullptr, 0);
col = uiLayoutColumn(layout, false);
uiItemR(col, ptr, "hide_value", DEFAULT_FLAGS, nullptr, 0);
const bNodeTree *node_tree = reinterpret_cast<const bNodeTree *>(ptr->owner_id);
if (sock->in_out == SOCK_IN && node_tree->type == NTREE_GEOMETRY) {