Skip to content

Instantly share code, notes, and snippets.

View dayelov's full-sized avatar

dayelov

  • Warsaw
View GitHub Profile
@dayelov
dayelov / .gitignore
Created May 10, 2019 08:50 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@dayelov
dayelov / CK_Write.tcl
Created September 1, 2023 08:56 — forked from kpprt/CK_Write.tcl
An advanced Write node for Nuke where you can define certain path fragments which are combined to the final path via expressions.
set cut_paste_input [stack 0]
version 10.5 v1
push $cut_paste_input
Write {
file "\[string trimright \[value projectroot] \\\\/]/\[string trimright \[value outputfolder] \\\\/]/\[string trimright \[value shot] \\\\/]/\[string trimright \[value task] \\\\/]/\[if \{\[value enable_cache]\} \{return \[value cachefolder]/\[string trimright \[value cache] \\\\/]/\}]\[if \{\[value file_type] == \"mov\"\} \{return \[string trimright \[value outputfilename] \\\\/].\[value file_type]\} \{return \[string trimright \[value outputfilename] \\\\/]/\[string trimright \[value outputfilename] \\\\/]\[value padding].\[value file_type]\}]"
proxy "\[string trimright \[value projectroot] \\\\/]/\[string trimright \[value outputfolder] \\\\/]/\[string trimright \[value shot] \\\\/]/\[string trimright \[value task] \\\\/]/\[if \{\[value enable_cache]\} \{return \[value cachefolder]/\[string trimright \[value cache] \\\\/]/\}]\[if \{\[value file_type] == \"mov\"\} \{return \[string trimright \[value outputfilename] \\\\/]\[value pro
@dayelov
dayelov / menu.py
Created November 27, 2024 09:14 — forked from derek-rein/menu.py
#default settings
nuke.knobDefault("EXPTool.mode", "0")
nuke.knobDefault("Viewer.freezeGuiWhenPlayBack", "1")
nuke.knobDefault("Keymix.bbox", "1")
nuke.knobDefault("Keymix.channels", "rgba")
nuke.knobDefault("Merge.bbox", "3")
nuke.knobDefault("Shuffle.label", "[value in]")
nuke.knobDefault("Blur.channels", "rgba")
nuke.knobDefault("Blur.label", "[value size] px")