Fess
04-30-2009, 07:15 PM
Greetings,
Referencing "Into to Houdini" DVD>Disk1>Lesson 24
To make a expression to control the "radius" of the meta balls in the xyz:
-writing the same expression in the X>>>Y>>>Z fields does not pull a uniform random size:
rand($PT) / 2
stamp("../copy1", "newHoleSizes", 1)
so could I declare a variable "$radiusGod" and simply say:
$radiusGod is equal to metaball.radiusX
$radiusGod is equal to metaball.radiusY
$radiusGod is equal to metaball.radiusZ
then say:
stamp("../copy1", "$radiusGod", 1)
I'm a Maya user but don't understand how to declare variables in Houdini etc yet.
Is this python in Houdini?
Thanks guys..
-Fess
Referencing "Into to Houdini" DVD>Disk1>Lesson 24
To make a expression to control the "radius" of the meta balls in the xyz:
-writing the same expression in the X>>>Y>>>Z fields does not pull a uniform random size:
rand($PT) / 2
stamp("../copy1", "newHoleSizes", 1)
so could I declare a variable "$radiusGod" and simply say:
$radiusGod is equal to metaball.radiusX
$radiusGod is equal to metaball.radiusY
$radiusGod is equal to metaball.radiusZ
then say:
stamp("../copy1", "$radiusGod", 1)
I'm a Maya user but don't understand how to declare variables in Houdini etc yet.
Is this python in Houdini?
Thanks guys..
-Fess