Search - User list
Full Version: Help Hotkey
Root » Houdini Learning Materials » Help Hotkey
geminicgi
Hi Members,
I am searching for a hotkey assignment of the upper right help button
( or a simple scripting help of it ) . But did not find. Can anyone help ?
Thanks in advance,
G
Sadjad Rabiee
Do you wanna open Help Window for selected node like pressing “Blue Question” button of each node !?
If yes you can use this python script :

hou.ui.displayNodeHelp(node.type())

or this HScript :

ophelp Sop/add

Also if you wanna create a Hotkey for it , Do this :

1. Create a Shelf Tool for your Help Tool and write this Script in it :

selectedNodes = hou.selectedNodes()
selectedNode = selectedNodes
hou.ui.displayNodeHelp(selectedNode.type())

2. Finally assign any hot key that you like for it in the Hotkey Manager Window
:wink:
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