Sunday, May 14, 2017

NukeStudio :: Text expression to display media info

Use this to get file name of the displayed media in NukeStudio:
[lindex [split [metadata input/filename] "/"] end]


Alternatively...
if you have a comp clip on the time line, this will help you get the internal frame number:
[metadata input/frame]

For Shot name:
[metadata hiero/shot]


For Clip name:
[metadata hiero/clip]


For the file path of the Clip:
[metadata input/filename]


For the Sequence time frame no.
[frame]

For the source clip frame number:
[metadata input/frame]

No comments :

Post a Comment