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

A replacement for Nuke's "tab" node creator

Results 10 tabtabtab-nuke issues
Sort by recently updated
recently updated
newest added

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

Just wanted to push back some changes I made to tabtabtab for compat to Nuke11. I didn't see any information on contributing so feel free to tear through these commits...

Refined filtering of search results: - Consecutive finds are weighted higher than non-consecutive - '*' disables anchoring ('*blur' will return 'blur' and 'motionblur') - '**' forces results to be un-anchored...

I started getting the below errors every time I create a node with tabtabtab. Any ideas what might be causing this? ``` Traceback (most recent call last): File "/ohufx/pipeline/tools/nuke/python/tabtabtab.py", line...

Hey Ben, Someone (Jon, maybe? Possibly Sean) mentioned TabTabTab to me at the Nuke 8 launch event last night, and I thought I'd check it out today. I love the...

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: ```...

Hi. On Nuke7.0v8, I installed tabtabtab facility wide. Works fine on Windows, but on the linux boxes, typing "cam" crashes nuke. Any idea why that might be? I'm looking into...

`Edit>Node>Input On/Off` doesn't show up as an option. Not sure why.

It would be useful to easily reset or manually-set the weight for a specific node Currently the only way is to edit `~/.nuke/tabtabtab_weights.json` in a text-editor, which is fiddly.

Dylan has made tabtabtab work in 6.2... I wonder if the compatibility layer be refactored into a separate `tabtabtab_legacy` module, which doesn't duplicate the contents - then people could do...