Create a file:
$HOME/.mozilla/firefox/<your profile>/chrome/userChrome.cssWith this in it:
| import fileseq | |
| def missing_files(num): | |
| for node in nuke.allNodes('Read'): | |
| path = node.knob("file").value() | |
| seq = fileseq.FileSequence(path) | |
| path = seq.frame(num) | |