Search - User list
Full Version: Navigation nodes in large network
Root » Houdini Lounge » Navigation nodes in large network
jerry7
Hi,

There are many nodes in my sop network. But I only concentrate several nodes and often switch flags between them to see the result.
Now I must scroll and pan repeatly and it takes much of my time.
Are there any tips for quickly switch node flag between favorite nodes in a large network?
Or some thing like the Ctrl+1,2,3.. quick mark but apply to nodes?


Thanks!
eikonoklastes
You can use Python to do this, and set up Shelf tools with hotkeys.

hou.node("/obj/geo1/sphere1").setDisplayFlag(True)
hou.node("/obj/geo1/sphere1").setRenderFlag(True)
pabcou
For two nodes, you can select them and store a quickmark with Ctrl+1, etc., since it saves the selection. You can then restore it and press R to flip the render flag between them.
eikonoklastes
pabcou
since it saves the selection.
Wow! Thanks for that. I had no idea it saved selections.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB