Peresvet Yakushenkov

hurricap

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Set string attribute from another geometry May 5, 2023, 3:48 a.m.

Hi guys, newbie is here. I have a point geometry (csv table imported by Table Import) which have an integer and string attributes. I try to set these attributes to Curve points by Attribute Create node. I succeed with integer attribute using point("../tableimport1/",$PT,"data",0) expresion in value, but when I try to repeat it with string attribute it fails.
Have anyone some ideas how to success with it?