Skip to content

Instantly share code, notes, and snippets.

@Ripax
Last active September 29, 2019 04:39
Show Gist options
  • Save Ripax/11cf829720363c4006b52250adbf4888 to your computer and use it in GitHub Desktop.
Save Ripax/11cf829720363c4006b52250adbf4888 to your computer and use it in GitHub Desktop.
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
#its WIP.........................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment