Igor Synytkyi

Harry_S

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Simple question on "For each loop" (newb) July 25, 2023, 8:03 a.m.

tamte
you need to use points() [www.sidefx.com] function to get value of string attribute, not point()

so either
- switch the type of your Num attribute to Integer and it should work as is

or

- keep it as string, but use
`points("../foreach_begin1", 0, "Num")`

The "points" variant worked! Its the easiest way to fix that (from all I've been suggested). Thank you. Just need to understand why "point" version haven't worked.

Simple question on "For each loop" (newb) July 24, 2023, 10:02 a.m.

Hi guys.
Im at the very beginning of my Houdini journey so Im sorry for such a newb question (might be easy to answer tho).
While learning "for each" method of copying I decided to make my own version of a test scene but it shows all numbers as zeros instead of 0 to 81 numbers.
What can be the problem how do you think?

Thanx.

PS : Actually my setup is almost identical to the one that Houdini has in its official tutor. (with exception that my parameter that should change on each iteration is string (font node) and original is number of division (geometry node)