Re: [Nuke-users] Re: calling toolsets with python

2016-08-31 Thread jean-luc
cool thanks for that! > On 1/09/2016, at 12:28, Daniel Stein wrote: > > There is also a specific nuke.loadToolset() method. > > On 31 August 2016 at 19:08, jean-luc > wrote: > I found the answer (Thanks Frank..) > > You should be able to just use this > > CODE > nuk

Re: [Nuke-users] Re: calling toolsets with python

2016-08-31 Thread Daniel Stein
There is also a specific nuke.loadToolset() method. On 31 August 2016 at 19:08, jean-luc wrote: > I found the answer (Thanks Frank..) > > You should be able to just use this > > CODE > nuke.nodePaste() > > > > That's what the "File/Import Script..." option does through the > nukescripts.import_s

[Nuke-users] Re: calling toolsets with python

2016-08-31 Thread jean-luc
I found the answer (Thanks Frank..) You should be able to just use this CODE nuke.nodePaste() That's what the "File/Import Script..." option does through the nukescripts.import_script.py > On 1/09/2016, at 12:02, jean-luc wrote: > > Hi There > > I’m trying to add a node from the toolsets