dbr / tabtabtab-nuke

A replacement for Nuke's "tab" node creator
http://www.nukepedia.com/python/ui/tabtabtab
The Unlicense
36 stars 14 forks source link

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

Open dbr opened 10 years ago

dbr commented 10 years ago

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")
CameraRick commented 7 years ago

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!