Anson Savage

AnsonSavage

About Me

Connect

LOCATION
Provo, Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to find all references to a specific special variable 2024年4月23日16:55

Hey!

Say I want to find all the parameters that reference $FSTART. How could I do it?

Thanks!
Anson

What is the point of the geohandle on setpointattrib 2024年3月22日11:33

Ah, I think I found the answer. From the documentation:

"A handle to the geometry to write to. Currently the only valid value is 0 or geoself, which means the current geometry in a node. (This argument may be used in the future to allow writing to other geometries.)"

What is the point of the geohandle on setpointattrib 2024年3月22日11:30

Hi!

Reading the documentation [www.sidefx.com] for the setpointattribfunction, we see that the first input in its signature is geohandle:

int  setpointattrib(int geohandle, string name, int point_num, <type>value, string mode="set")

I'm confused though. Why would setting it to anything other 0 be useful? I don't see how those values could be retrieved, because the output of the wrangle only comes from geohandle 0, right?

Maybe I'm missing something, but a friend just asked me this question and it made me think a bit, haha.

Thanks!
Anson