justinli

Results 4 issues of justinli

Why can't my compiled node work and exit directly?

Separate custom menus cannot be detected menubar=nuke.toolbar("custom_tool") m=menubar.addMenu("custom_tool", "nuke1.png") tf = m.addMenu('Tran sform', icon='Transform.png') tf.addCommand( "ConvertCornerP in", "convertCornerP in()", icon = "CornerPin.png" )

Unable to find command for custom menu menubar=nuke.toolbar("custom_tool") m=menubar.addMenu("custom_tool", "nuke1.png") tf = m.addMenu('Tran sform', icon='Transform.png') tf.addCommand( "ConvertCornerP in", "convertCornerP in()", icon = "CornerPin.png" )

explorer.py Bin folder drag and drop is prohibited