Charles Kitenge

bikonistudio

About Me

Connect

LOCATION
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Attribute to different iterations of a for-each loop May 20, 2026, 11:08 a.m.

Alright,

Thank you very much for your responses, I thought I could store the iteration number from the metadata in some way to tag faces created through the corresponding iteration. But I will find another way, probably using groups instead.

Thank you very much and have a nice day.

Attribute to different iterations of a for-each loop May 16, 2026, 6:31 a.m.

Hello,

I have a problem that I'm trying to solve in Houdini :

Initially I have a simple plain grid on the ground. Then I have a for each loop primitive on fetch feedback with an extrusion (using polyextrude) inside it and also have side group activated. Now my main goal is to have a different id or different group on each iteration of these new sides faces. I've tried to put below an primitive wrangle using the metadata but it doesn't seem to work and I'm stuck. My geometry spradsheet also says that all my new side faces are still on id=0

Can someone tell me where I might have made a mistake ?

Thanks.

All example below:

Split Location field in Polysplit SOP Nov. 26, 2025, 12:11 p.m.

Alright Mr. Tomas, let me try these and I'll get back to you.

Thanks !

(UPDATE)

OMG it actually worked!

You were right, using `details( "../attribwrangle7", "splits" )` was enough, the 0 at the end wasn't necessary.

Thank you very much once again sir.