Re: [Nuke-users] Same operation on multiple inputs

2011-11-22 Thread Thomas Volkmann
Betreff: Re: [Nuke-users] Same operation on multiple inputs two things come into my mind: a) you can build a temp script with the read node and all the things you want to do. and the end put in a write node in the read node file knob write: [argv 0] and in the write node put

Re: [Nuke-users] Same operation on multiple inputs

2011-11-22 Thread Howard Jones
...@gmx.net To: Nuke user discussion nuke-users@support.thefoundry.co.uk Sent: Tuesday, 22 November 2011, 8:40 Subject: Re: [Nuke-users] Same operation on multiple inputs Thanks Holger, exactly what we've been looking for... Original-Nachricht Datum: Mon, 21 Nov 2011 20:22:31

Re: [Nuke-users] Same operation on multiple inputs

2011-11-22 Thread Diogo Girondi
, 8:40 *Subject:* Re: [Nuke-users] Same operation on multiple inputs Thanks Holger, exactly what we've been looking for... Original-Nachricht Datum: Mon, 21 Nov 2011 20:22:31 +0100 Von: Holger Hummel|Celluloid VFX hol...@celluloid-vfx.com An: Nuke user discussion nuke

Re: [Nuke-users] Same operation on multiple inputs

2011-11-21 Thread michael vorberg
two things come into my mind: a) you can build a temp script with the read node and all the things you want to do. and the end put in a write node in the read node file knob write: [argv 0] and in the write node put an expression to build the name from the write node or put in [argv 1] then

Re: [Nuke-users] Same operation on multiple inputs

2011-11-21 Thread Thomas Volkmann
@support.thefoundry.co.uk Betreff: Re: [Nuke-users] Same operation on multiple inputs two things come into my mind: a) you can build a temp script with the read node and all the things you want to do. and the end put in a write node in the read node file knob write: [argv 0] and in the write

Re: [Nuke-users] Same operation on multiple inputs

2011-11-21 Thread michael vorberg
: Re: [Nuke-users] Same operation on multiple inputs two things come into my mind: a) you can build a temp script with the read node and all the things you want to do. and the end put in a write node in the read node file knob write: [argv 0] and in the write node put an expression to build

Re: [Nuke-users] Same operation on multiple inputs

2011-11-21 Thread Igor Majdandzic
be perfect! Thanks for your input! Original-Nachricht Datum: Mon, 21 Nov 2011 12:49:33 +0100 Von: michael vorbergpingkin...@googlemail.com An: Nuke user discussionnuke-users@support.thefoundry.co.uk Betreff: Re: [Nuke-users] Same operation on multiple inputs two things come

Re: [Nuke-users] Same operation on multiple inputs

2011-11-21 Thread Holger Hummel|Celluloid VFX
to work that would be perfect! Thanks for your input! Original-Nachricht Datum: Mon, 21 Nov 2011 12:49:33 +0100 Von: michael vorberg pingkin...@googlemail.com An: Nuke user discussion nuke-users@support.thefoundry.co.uk Betreff: Re: [Nuke-users] Same operation on multiple

[Nuke-users] Same operation on multiple inputs

2011-11-20 Thread Thomas Volkmann
Hey, is it possible to setup some sort of batch-processing in Nuke? E.g. having multiple Read nodes that need all the same treatment, and then write them out to different places. First idea was to put the compositing tree into a group and clone that one...that was when I found out that you

Re: [Nuke-users] Same operation on multiple inputs

2011-11-20 Thread Randy Little
This would be cool. You have a reader that just reads in multiple files then writes out the file in the same manner as how BATCH works in Photoshop. I am sure it can be done with python but it would be awesome to have it built in. The write would just need to know to add something to the

Re: [Nuke-users] Same operation on multiple inputs

2011-11-20 Thread Paul Raeburn
A write node trick I use a lot for things like making proxy sizes or just conversion putting something like this: [ string map {.exr _p2.exr} [value [topnode].file] ] in the file parameter in the write node. It looks at the topnode (hopefully a read) and gets the value of the file parameter