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, 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) |
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 |