thanks .. I figured it was fairly simple .. i am just getting used to the sdk 
... hopefully I won't bore you all with inane questions =).

From: [email protected] 
[mailto:[email protected]] On Behalf Of Ean Carr
Sent: Friday, March 04, 2011 10:34 AM
To: Nuke Python discussion
Subject: Re: [Nuke-python] moving nodes after creation

x = nuke.nodes.Read()
x['xpos'].setValue(0)
x['ypos'].setValue(0)

...moves the node x to 0,0

-E
On Fri, Mar 4, 2011 at 2:23 PM, Mike Donovan 
<[email protected]<mailto:[email protected]>> wrote:
he guys ... is it possible to move nodes after they have been created .. i know 
how to position them on creation using their coordinates. But I want to align 
certain nodes after their creation based on a given criteria.

pseudo code ex:

                x = create readnode @ 12,1,0,5
                y = create readnode @ 100,0 ,0,100

                x.ypos = y.ypos

thanks

M

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

_______________________________________________
Nuke-python mailing list
[email protected]<mailto:[email protected]>
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
_______________________________________________
Nuke-python mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to