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

tabtabtab should be added to "Node Graph" instead of "Nuke" menu

Open dbr opened this issue 10 years ago • 1 comments

In Nuke 9, the "tab" shortcut overrides works as it probably should have always.. and appears even if you tab between parameters in a node's properties. This works better:

    import tabtabtab
    m_edit = nuke.menu("Node Graph")
    m_edit.addCommand("Tabtabtab", tabtabtab.main, "Tab")

dbr avatar Nov 19 '14 07:11 dbr

Thanks mate, I wanted to file this as a bug. I use tab all the time in the properties to skip between RGBA values, I only installed tabtabtab and nearly deleted it because of that. Thank you!

CameraRick avatar Dec 09 '16 23:12 CameraRick