Skip to main content

Random Python

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