Skip to main content

Random Python

Get the file path from selected nodes:

sel=nuke.selectedNodes()
for x in sel:
print(x.knob("file").getValue())