Hey!
Say I want to find all the parameters that reference $FSTART. How could I do it?
Thanks!
Anson
How to find all references to a specific special variable
469 1 1- AnsonSavage
- Member
- 131 posts
- Joined: 9月 2021
- Offline
- Enivob
- Member
- 2625 posts
- Joined: 6月 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]
https://www.sidefx.com/docs/houdini/hom/hou/Parm.html [www.sidefx.com]
Edited by Enivob - 2024年4月24日 08:02:57
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
-
- Quick Links