;)
cheers..................... On Sat, Sep 1, 2012 at 5:35 AM, Frank Rueter <[email protected]> wrote: > The tab simply offers the commands that live in the "Nodes" menu, so if > you write a python snippet that creates those nodes and hook it up to > nuke.menu('Nodes') it should work > > def multiNode(): > > nuke.createNode('Constant', inpanel=False) > > nuke.createNode('Blur', inpanel=False) > > nuke.createNode('Merge', inpanel=False) > > nuke.menu('Nodes').addCommand('multi node', lambda: multiNode()) > > > > > On 1/09/12 2:16 AM, VikD wrote: > > I'm curious is there any way to create several nodes via Tab input at > once? e.g. by entering in Tab field 'constant merge blur' you can get these > 3 node created > > > _______________________________________________ > Nuke-users mailing [email protected], > http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users > > > > > _______________________________________________ > Nuke-users mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >
_______________________________________________ Nuke-users mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
