Help Hotkey

   2535   1   1
User Avatar
Member
4 posts
Joined: May 2014
Offline
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
User Avatar
Member
1391 posts
Joined: Dec. 2010
Offline
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:
https://www.youtube.com/c/sadjadrabiee [www.youtube.com]
Rabiee.Sadjad@Gmail.Com
  • Quick Links