Re: [Nuke-users] OT batch stitch

2016-10-27 Thread Howard Jones
Thanks Carl FWIW ptGui does this via it’s batch builder. As all of the cameras had their own folders I have to rename their files and copy into one folder. Then ptGui goes through the folder sequentially (you can also do it via date stamp but there seems to be an issue with one of the cameras)

[Nuke-users] Force TCL string to use network path

2016-10-27 Thread Bruno-Pierre Jobin
Do you have any idea how I can force a TCL string like the one below to use the network path and not the local cached path? [value [topnode].file] Thank you ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk,

Re: [Nuke-users] Nuke Studio caching

2016-10-27 Thread Joerg Bruemmer
hi there, I did some testing on that subject and as far as I can see you cannot bypass the caching. If your disks are fast enough though, you should not get any hit from that. Stuff should be real time straight away. Cheers, Joerg > Phillip Lange hat am 28. Oktober

Re: [Nuke-users] BlinkScript speed

2016-10-27 Thread Michael Garrett
Hi Lucy, Thanks for the detailed response! The remote team are now reassuring me they are getting 30 seconds a frame on the K600 and 600 cards, which is acceptable in this situation if they prerender this part of the script. I don't know what they did in the end to get faster performance, but I

Re: [Nuke-users] Force TCL string to use network path

2016-10-27 Thread Ben Dickson
In case anyone is trying similar things but using the metadata filename, one workaround is: [string map [list "[value preferences.localCachePath]/_" "/"] [metadata "input/filename"]] ..which basically just strips out the "/mnt/localdisk/nuke/localize" part of the path (Feature request "TP