[Nuke-users] Nuke Studio : HDCAM SR 444

2016-09-28 Thread Phillip Lange
Hi , Just wondering if any one has come up with a way to import HDCAM SR 444 files from a Sony F55 into Nuke Studio ? The come wrapped as a .mxf Our editor can read them into FCX and we'd like to be able to just export an xml from there that Nuke Studio can read. We're trying to avoid trans

Re: [Nuke-users] Write Nuke Script Meta Data

2016-09-28 Thread Gary Jaeger
Not sure if this will work for you, but our write nodes always use the name of the script to generate the write name, including relative paths from the script. This means the user never enters anything in the write node and the writes are always a product of the script name. We also allow nuke

Re: [Nuke-users] Write Nuke Script Meta Data

2016-09-28 Thread Darren Coombes
Thanks Deke. I had this... set cut_paste_input [stack 0] version 10.0 v3 push $cut_paste_input ModifyMetaData { metadata { {set "nuke/script name" "\[basename \[value root.name]]"} } name ModifyMetaData1 selected true xpos 7568 ypos 66833 } but it didn't seem to render out with the exr when

Re: [Nuke-users] Write Nuke Script Meta Data

2016-09-28 Thread Deke Kincaid
Just make a ModifyMetadata node and add [knob root.name] as the value for whatever key name you would like to use. On Tue, Sep 27, 2016 at 10:15 PM, Darren Coombes wrote: > Is there a way to write metadata containing the nuke script that wrote a > file in nuke? > For