why do I loose the default icon if I add a call to a menu command like this
menu = nuke.menu('Nodes')
menu.addCommand('3D/Setup 3D Nodes', 'setupThreedNodes()', 'alt + t')
why do I loose the default icon if I add a call to a menu command like this
menu = nuke.menu('Nodes')
menu.addCommand('3D/Setup 3D Nodes', 'setupThreedNodes()', 'alt + t')