A script which auto populate PREEXISTENT nodes comment with online documentation headline
eng. ANDREA LEGANZA
HOUDINI 16/16.5
When learning Houdini it may be hard to undestand the flow of nodes and to take a sneak peak on the purpose of a single node: a user has to select right click on node -> help and wait for Houdini internal browser to load the help page. This script simply read node headline (the title) from the internal documentation ad uses to populate ALL node comment.
- place script inside a Geo/Node->Right Mouse Button -> Type Properties -> scripts -> OnUpdate (remember to select PYTHON on bottom right dropdown menu)
- script will add for any preexistent children nodes as comment the headline taken from online documentation
Some nodes don't have headline or the whole documentation file.
Please feel free to optimize the script and add/report missing nodes documentation.