i want connect two nodes xpos via expression interactively. Means when ever i 
move my master node in node graph, at the same time my child node also want to 
move. 

i tried with below code. But it wont work interactively. Need some hands.

test = nuke.createNode('Blur')
name = test.name()
b = nuke.createNode('Grade')
b['xpos'].setExpression(name+ '.xpos')

If i move Blur node my grade node doesn’t move. But if try to move my grade 
node its automatically jump into Blur nodes xpos.  I want to do this 
interactively.



_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to