tabtabtab-nuke icon indicating copy to clipboard operation
tabtabtab-nuke copied to clipboard

Unable to find command for custom menu

Open justinli opened this issue 3 years ago • 0 comments

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

justinli avatar Nov 11 '20 18:11 justinli