Re: [Nuke-users] Change Read-Path depending on Write-node?

2016-02-11 Thread Hugo Léveillé
There is multiple solution to this. One would probably be the beforeRender callback where the write node would modify the path of the read node. You could also save a .py template with some placeholders and use the sys,argv to fill your placeholders. So you would always use the same .py file but

Re: [Nuke-users] Change Read-Path depending on Write-node?

2016-02-11 Thread Thomas Volkmann
Exactly what I'm looking for. Thanks!! /Thomas > Hugo Léveillé hat am 11. Februar 2016 um 13:13 > geschrieben: > > There is multiple solution to this. > > One would probably be the beforeRender callback where the write node would > modify the path of the read node.