Is there a tool/technique for visually aligning multiply selected ops?
With the OPs selected you can right-click in the network editor and select Layout > Layout Vertically or Layout > Layout Horizontally
Is there a way to do this with python now?
Still only tscripts oplayout command.
how about now? can nodes be organized in a network via python? Is there a recommended way for nodes that are being copied into a network via drop script to align themselves in that new network when a new node hits? I can imagine some ways with op finds and executes, would that be the cleanest route?
The TDF Module offers to good moduls to do that yourself (findNetworkEdes/ arrangeNode
) in combination with the nodeX and nodeY member of the component it is possible.
1 Like