Skip to content

Instantly share code, notes, and snippets.

View Ripax's full-sized avatar
:octocat:
Learning....

Ripan007 Ripax

:octocat:
Learning....
View GitHub Profile
@Ripax
Ripax / NukePythonPanel.py
Last active September 29, 2019 04:39
Nuke Panel #"python, nuke, pannel, nukepython panel"
import nuke
pan = nuke.Panel("Test Panel__By__HTMLDigger", 400)
pan.addSingleLineInput("Input Name", 'Your Shot Name')
pan.addButton("OK")
pan.addButton("Cancel")
#pannel end Here.......................
#start
@Ripax
Ripax / DropShotName
Created September 29, 2019 06:42
"python, nuke, nukepython,nukecoustome" #"python, nuke, nukepython,nukecoustome"
import nuke, nukescript
def ShotNUM():
path = /usr/people/Rion/work/Mattepanting/nuke/MA_clone_Sky_v001/
nu = nuke.getInput("Shot Name:", "GBF_MA_c125")
nuke.tcl("drop", path + nu)