afaik there is no difference. just 2 ways more or less convenient to do same things. the with way seems more pythonic, the begin / end seems more nuke-like. i prefer the begin / end way for most of my needs.
On Tue, May 24, 2011 at 1:19 AM, Nathan Rusch <[email protected]>wrote: > There shouldn't be. I would imagine the __enter__ and __exit__ methods of > group nodes are just calling self.begin and self.end respectively. > > -Nathan > > > -- > Aurelyen Daudet > [email protected] > www.artfx.fr
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
