How to find all references to a specific special variable

   176   1   1
User Avatar
Member
129 posts
Joined: Sept. 2021
Offline
Hey!

Say I want to find all the parameters that reference $FSTART. How could I do it?

Thanks!
Anson
User Avatar
Member
2538 posts
Joined: June 2008
Offline
Use python to navigate the node tree, examining every parm value. Use the expression() method for each parm to return the expression value as a string, and compare that to $FSTART.
https://www.sidefx.com/docs/houdini/hom/hou/Parm.html [www.sidefx.com]
Edited by Enivob - April 24, 2024 08:02:57
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
  • Quick Links