Hi guys,
i’m curious to ask if is it possibile to reorder a network per row (example i create and connect operators via python, but nodes are overlapped… ) calling the layout command via python (right click mouse on pane: Layout)
Cheers.
Hi guys,
i’m curious to ask if is it possibile to reorder a network per row (example i create and connect operators via python, but nodes are overlapped… ) calling the layout command via python (right click mouse on pane: Layout)
Cheers.
You can set OP.nodeX and OP.nodeY .
thanks greg i was asking if there’s the relative command in python to call the layout option (right click on pane → menu: layout) and use a call to this to reorganize.
thanks anyway