Skip to content

Instantly share code, notes, and snippets.

@Narann
Narann / nuke_missing_frames.py
Created April 26, 2019 09:06
Naive lookup for missing files in Nuke for given frame.
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)
@Narann
Narann / firefox_multi_row_tabs_via_userChrome_css.md
Last active September 24, 2020 06:51
Firefox multi row tabs via userChrome.css

Firefox multi row tabs via userChrome.css

Create a file:

$HOME/.mozilla/firefox/<your profile>/chrome/userChrome.css

With this in it: