forked from blender/blender
me-main #1
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user