Thomas Ray

caduceus274

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How Merge node working? Sept. 4, 2025, 3:43 a.m.

I have first node with 1000 points (no more attributes)
I have second node with 2000 points (no more attributes)

And I change some of these points in std::thread

And I have third node - Merge - first + second

How I can receive these points from Merge node? HAPI say, what there are 0 parts and 0 geos in Merge node.
How Merge Node saving all points and how I can get it in HAPI?

Houdini Session showing correct values in Geometry SpreadSheet. How I can show such points table in my own app?

Houdini from outside Python script Nov. 11, 2024, 5:12 a.m.

Hello
I have next task - need to run Python Script from MacOS Terminal (not inside Houdini)
his script must call Houdini for creating simple box and export it to FBX
How I can do it?
Thank you

Why Group not delete other geometry? March 22, 2024, 8:37 a.m.

Hello

I import contours rom EPS files. And after - I need to working with each contour separately
I hoped Group node will help me. But no

I created Group node for each contour and selected each contour separately for each node.
I dont know why - but EACH Group node drawing full geometry, not only this concrete contour.
Why?

How I can working with these contours separately?