Florian Pruetz

florianpruetz

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Combining arrays of different lengths into another array 2023年10月18日11:12

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

Parameters locked and greyed out 2023年10月18日4:11

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 2023年10月17日9:49

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?