variables, index of functions, (ie. $F)

   3557   57   1
User Avatar
Member
32 posts
Joined: 2月 2007
Offline
Hello,

Can anyone help me get a word document, pdf file or website with a variables list. I am working with Houdini Master.

Thank you.
User Avatar
Member
4261 posts
Joined: 7月 2005
Offline
The built in help browser has all that info.

There are links right on the front page of the help. (Expression Functions)

hdox/houdini/content/commands/commands_and_expressions.html
hdox/houdini/content/commands/expressions.html
hdox/houdini/content/commands/guide/exp_guide.html
hdox/houdini/content/commands/guide/exp_globals.html
if(coffees<2,round(float),float)
User Avatar
Member
1631 posts
Joined: 7月 2005
Offline
Hi,

You can use the Help Browser to search for what you're looking for. Search with these keywords: “global variables”, “expressions” and “functions”.

For functions, you can use the textport as well. Use the -k flag with help or exhelp. For example, you would like to search for functions dealing with distance:
exhelp -k distance
The above will return you functions that has the keyword “distance” in its help.

Hope the above helps!

Cheers!
steven
User Avatar
Member
32 posts
Joined: 2月 2007
Offline
Thank you,

I am trying to figure out a rotation expression for a wheel (per frame).
User Avatar
Member
1631 posts
Joined: 7月 2005
Offline
What exactly are you trying to do? Do you want to rotate the wheel by a certain amount each frame? For example: one revolution -> 360/$FPS (FPS is frames per second). Or you're trying to know the rotation value for a certain frame? For exampe: ch(“/obj/wheel_object/rx”)

Please be more specific or post a simple hip file for others to look at.

Cheers!
steven
  • Quick Links