These scripts can be used for fast workflow.
These can be used under Sops/Pops/Chops. Display Up sets the display to upper node of current displayed node. Display Down sets the display to lower node of current displayed node. Very usuful when you are analyzing a scene.
How to Install....
Copy display_up.cmd and display_down.cmd to any particular folder. My path is $HOME/houdini8.0/scripts/Custom/
To add Display_up and Display_Down commands to Right_Click Menu in Sops/Pops/Chops and Following lines to OpMenu File in your $HOME directory.
#SOPs
Sop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd
(should be all on one line)
#SOPs
Sop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd
(should be all on one line)
#POPs
Pop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd
(should be all on one line)
#POPs
Pop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd
(should be all on one line)
#CHOPs
Chop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd
(should be all on one line)
#CHOPs
Chop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd
(should be all on one line)
Even You can assign Shortcuts to these commands.
eg. Ctrl+Page_Up Ctrl+Page_Down.
But the shortcuts don't work in network box.
Just Press "w"(Show Operator Tree) and it works!!!
(Your Mouse has to be over Operator Tree.)