WIP: uv-simple-select #1

Closed
Chris Blackbourn wants to merge 182 commits from uv-simple-select into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 59e1b3a8b5 - 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); const bNodeTree *node_tree = reinterpret_cast<const bNodeTree *>(ptr->owner_id);
if (sock->in_out == SOCK_IN && node_tree->type == NTREE_GEOMETRY) { if (sock->in_out == SOCK_IN && node_tree->type == NTREE_GEOMETRY) {