RAFAEL TOMAZZI

rtmzzi

About Me

専門知識
Generalist
業界:
Film/TV

Connect

LOCATION
montreal, Canada
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

OCIO Settings script error 2025年10月9日22:11

I overwrote the "C:\Program Files\Side Effects Software\sidefx_packages\SideFXLabs20.5\optional\labs_ocio" with default settings from houdini and worked, took me a while to figure it out, if you need, I attached below

Heightfield tile split with for loop 2025年10月2日20:24

animatrix_
WaveRacer27
animatrix_
Hi,

You can reference the for loop iteration inside the Tile Number parameter like this:


Hi animatrix_,
Thanks for showing an example of the loop iteration. I was wondering how did you display all the bounding boxes being assigned to all tiles? I was only able to get one bounding box visible while using the $F expression for the Tile Split node's Tile Number parameter.

Hi,

Inside the for loop I access the iteration attribute from the meta node and merge each of them together.
Hi, Beginner User here, also my first post

Did you hook the the iteraction like this? I set my for each iteraction (by count), then in iteractions parameter I multiplied the with ch(../tileheightfieldx) * ch(../tileheightfieldy), is this the good approach?