Re: [Nuke-users] OT monitor calibration

2011-11-20 Thread robocop robocop
thanx for link Randy! Looks interesting. 2011/11/10 Randy Little randyslit...@gmail.com So obviously cinespace would be great to have but not so affordable for personal use. I have been just using my i1display 2 with eyematch but since they want me to buy a new colormeter for lion to get

Re: [Nuke-users] OT monitor calibration

2011-11-20 Thread Randy Little
Its pretty good for Monitor calibration and not just profiling which most places do when cinespace cost to much.Its way better then the software that comes with i1 in terms of proper calibration if you have a last gen probe and eyematch software. I haven't tired the new i1 software but it

[Nuke-users] shared toolsets

2011-11-20 Thread Paul Raeburn
I'm trying to work out how to allow users to save toolsets for other people to pick up. By default when you use the Create function, they get saved in your ~/.nuke/ToolSets directory. If you make a toolsets directory in the nukepath elsewhere the menu items show up for everybody, which is

[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

[Nuke-users] Semi OT.: Pftrack Undistort lens to Nuke

2011-11-20 Thread Manuel Gonzalez
Hello Fellow Sunday Workers. I have been looking for a way to transfer the undistort node in pftrack to nuke lens distortion. Do anyone have a script or can point me to the right direction on how to accomplish this. Couple of weeks ago there was a conversation about this same subject but

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