Hi,
What is the most used expressions in Houdini? The expressions that you find yourself using over and over again?
Stig
Most used expressions
6770 9 3-
- stigolsen
- Member
- 80 posts
- Joined: Aug. 2013
- Offline
-
- Cyzor
- Member
- 181 posts
- Joined: Feb. 2013
- Offline
While I can't say I use all of these, here are some common expressions that may be of interest:
https://sites.google.com/site/fujitarium/Houdini/useful-expressions-houdini [sites.google.com]
http://www.andynicholas.com/?p=1344 [andynicholas.com]
Attribute examples:
@attribute>0
@attribute.x==0
@Cd.x>0.3
https://sites.google.com/site/fujitarium/Houdini/useful-expressions-houdini [sites.google.com]
http://www.andynicholas.com/?p=1344 [andynicholas.com]
Attribute examples:
@attribute>0
@attribute.x==0
@Cd.x>0.3
-
- circusmonkey
- Member
- 2624 posts
- Joined: Aug. 2006
- Offline
-
- stigolsen
- Member
- 80 posts
- Joined: Aug. 2013
- Offline
-
- Sadjad Rabiee
- Member
- 1391 posts
- Joined: Dec. 2010
- Offline
stigolsen
I guess the last code randomize the point IDs. Why do you add 2322.
Why do you use @ intead of $?
This number is seed value in the random function , you can take different random result with adding some number in the rand function.
Also @ is same with $ , in the VEX programming language for example in the POP Wrangle DOP we should use @ instead of $ !
$ only useful in the other networks except VEX and also in the Old-Particle system. 8)
Sorry circusmonkey for my answer :roll:
-
- Sadjad Rabiee
- Member
- 1391 posts
- Joined: Dec. 2010
- Offline
-
- eetu
- Member
- 606 posts
- Joined: May 2007
- Offline
-
- circusmonkey
- Member
- 2624 posts
- Joined: Aug. 2006
- Offline
-
- PradeepBarua
- Member
- 443 posts
- Joined: Sept. 2012
- Offline
-
- PradeepBarua
- Member
- 443 posts
- Joined: Sept. 2012
- Offline
-
- Quick Links