HSript Expressions Master List

   1429   2   2
User Avatar
Member
9 posts
Joined: Jan. 2017
Offline
Hello Houdini users. I am very new to Houdini and am curious if there is a master list of these “$PR” type hscript expressions. I have done a few tutorials that utilize them and I don't understand their function.

Thank you in advance.
User Avatar
Member
1743 posts
Joined: March 2012
Offline
There is no such list, because most of them (like $PR) are “local variables”, in that they only apply to specific paramaters on specific nodes, and many have parameter-specific meaning, so they're described on the help pages for those nodes. We're also trying to slowly phase them out from critical places over time, because they effectively make decent performance impossible.

That said, a list of global HScript expression variables can be found here: http://www.sidefx.com/docs/houdini/network/expressions.html#globals [www.sidefx.com] Global variables are less problematic than local variables.
Writing code for fun and profit since... 2005? Wow, I'm getting old.
https://www.youtube.com/channel/UC_HFmdvpe9U2G3OMNViKMEQ [www.youtube.com]
User Avatar
Member
9 posts
Joined: Jan. 2017
Offline
Thank you very much for you descriptive and timely reply ndickson!

Cheers!
  • Quick Links