Florian Pruetz

florianpruetz

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Combining arrays of different lengths into another array Oct. 18, 2023, 11:12 a.m.

Oh Yes the dictionary works!
As for the performance mentioned by @animatrix_, my setups arent that performative anyway...

Parameters locked and greyed out Oct. 18, 2023, 4:11 a.m.

CYTE
Hey dompla,
maybe you are in a take that is not that main one and auto mode is off?

Cheers
CYTE
PRO TIP!

Combining arrays of different lengths into another array Oct. 17, 2023, 9:49 a.m.

Ok thanks animatrix, always helpful!

What made me go down that path was also this helpdocument which uses what i need.

https://www.sidefx.com/docs/houdini/vex/arrays.html [www.sidefx.com]

The first code example has this

av = array( {1,0,0}, vector(nrandom()), t, texclr, {.5,0,0});


Isn´t that sort of what i need, an array stuffed with more arrays?