arnould paul

slare

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Access string array element from parameter expression Aug. 11, 2021, 5:44 a.m.

Hi all,


I'm struggling to find an easy solution to this simple problem: how can I read a string array from a string array attribute, let's say from detail?
I can do it easily with float, int or vector, but I can't find it with string.

Thanks!

Vertex color Feb. 7, 2017, 8:28 a.m.

Hi all!


I have trouble to work with houdini engine and vertex color.

I need to both read and write vertex color from geometries with an otl.

Writting vertex color from houdini to unity works perfectly by reading cd point attribute.
But I did not not managed to make houdini read vertex color from unity's game object. I tried to read it from point attribute and vertex attribute, with the same result.


Is there something special to do to read make houdini read vertex color from a game object? Is it even possible to do that?


Thanks