Last active
September 29, 2019 04:39
-
-
Save Ripax/11cf829720363c4006b52250adbf4888 to your computer and use it in GitHub Desktop.
Nuke Panel #"python, nuke, pannel, nukepython panel"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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