Jump to content

Tab Menu


Recommended Posts

g=hou.node('/obj/geo1')
for i in hou.nodeTypeCategories()["Sop"].nodeTypes():
    try:
        g.createNode(i)
    except:
        print "couldn't create",i

you can do that in python easily but it takes a few minutes to create the 959 node types (just the SOPs in this example)

  • Haha 1
Link to comment
Share on other sites

1 hour ago, luka_schulz said:

Would you happen to know why the ctrl / cmd keys aren't registered in the tab menu? 

Tab is an old menu system as I understand. You could RFE it for sure. However, I would outline a good series of use cases for it. I do not know of a case where by default you can select multiple stock nodes via the different options. Scripting like bunker showed is a completely different case.

Link to comment
Share on other sites

I wasn't looking to select nodes. I was just looking to select the text I type in the tab menu. When I press ctrl + A, it types the letter 'a' opposed to selecting all the type in the search field.

It's a super little thing, but I'm just trying to avoid pressing the delete key a lot of times.

Screen Shot 2019-06-11 at 6.57.46 PM.png

Link to comment
Share on other sites

12 minutes ago, bunker said:

g=hou.node('/obj/geo1')
for i in hou.nodeTypeCategories()["Sop"].nodeTypes():
    try:
        g.createNode(i)
    except:
        print "couldn't create",i

you can do that in python easily but it takes a few minutes to create the 959 node types (just the SOPs in this example)

Lol, I'm not sure why I would ever need all 959 SOP nodes, but I appreciate this.

Link to comment
Share on other sites

Yeah you would have to RFE that request like if do Tab > and type d - e - l - e - t - e I can not select the world "delete". Then again the whole Tab Menu could use lots of love in the first place, it hasn't changed since version 9 with the new UI if I remember correctly.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...