nuke.pan

nuke.pan() → array with x, then y

Return the pan values of a group’s display. This function is deprecated and will be removed in a future version. You probably want to use nuke.center().

n = nuke.pan() print n[0] print n[1]

Returns

Array of x, y.