stevegh

stevegh

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

powder hit Aug. 22, 2016, 12:32 p.m.

Check out this which has a breakdown:

https://vimeo.com/166013642 [vimeo.com]

And another good example here but no breakdown:

https://vimeo.com/147263936 [vimeo.com]

Create geometry question Nov. 21, 2013, 4:55 p.m.

Something else I've noticed, and this becomes quite frustrating when going through the documentation, is that it appears as though most VEX contexts don't allow a function to return arrays. I know in the docs we have this example:


vector rgb_array()
{
return { {1, 0, 0}, {0, 1, 0}, {0, 0, 1} };
}


But I get a syntax error everytime, in every context I try. What is the dealy-o?

Packed primitives information Nov. 19, 2013, 2:16 p.m.

Well after diving into the instance sop I can see it's just a digital asset with a copy sop in it. You are right, using the frame expression instead of the time offset is what made this so much faster. Thanks!