set_node_position
Position Nuke DAG nodes by setting x/y coordinates for manual layout control, such as placing the main pipe vertically and branching side chains to the right.
Instructions
Set x/y positions for one or more nodes in the DAG. Use for manual layout control -- position the main pipe vertically and branch side chains to the right.
Args: positions: JSON array of {node, x, y} objects. example: '[{"node":"Grade1","x":0,"y":200},{"node":"Blur1","x":200,"y":200}]'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | JSON array of {node, x, y} objects. example: '[{"node":"Grade1","x":0,"y":200},{"node":"Blur1","x":200,"y":200}]' |