beautiful! Thank you for this! cheers, Brandon L. Harris ________________________________ From: [email protected] [[email protected]] on behalf of Nathan Rusch [[email protected]] Sent: Friday, October 18, 2013 11:23 AM To: Nuke Python discussion Subject: Re: [Nuke-python] Refreshing nuke nodes during a script
Calling .xpos() or .ypos() on each node after making changes that affect its screen width or height will ensure the query methods return properly updated results. This is a workaround to a known bug, logged as #15737. -Nathan From: Brandon Harris<mailto:[email protected]> Sent: Friday, October 18, 2013 8:55 AM To: [email protected]<mailto:[email protected]> Subject: [Nuke-python] Refreshing nuke nodes during a script I have a tool that is creating and organizing nodes. I'm taking the channels from an exr and shuffling them out. The issue I have is that I want to turn on the postage stamp on the shuffle node and this changes the size of the node, but not until after my creation script has finished running. This makes my alignment functions not work properly. Anyway to force nuke to process and redraw that node before the script ends? cheers, Brandon L. Harris [www.freebirdsmovie.com]<http://www.freebirdsmovie.com> ________________________________ _______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python [www.freebirdsmovie.com]<http://www.freebirdsmovie.com>
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
