Jikian Lim

Jikian

About Me

Procedural Modeler
EXPERTISE
Hobbyist

Connect

LOCATION
Singapore, Singapore
WEBSITE

Houdini Skills

INTERMEDIATE
Procedural Modeling  | Environments
BEGINNER
Digital Assets  | Solaris  | PDG  | VEX  | Python

Availability

Not Specified

Recent Forum Posts

how to orient normal in a line closed geometr Jan. 10, 2024, 9:16 p.m.

Try this.

Find Closest Primitives to a point Jan. 10, 2024, 9:05 p.m.

TheDude123
Thanks everyone for the help! I'm running into another issue though: I've found an attribute on the points (of the primitives found) and I'd like to store those values into an array of values (they are float values, btw). I can't seem to find a function that will do this. Basically, create an array from an attribute that exists on multiple points (and has different float values).

Example:
point0 f@attribute = 2.3
point1 f@attribute = 73.3
point2 f@attribute = 54.34
point3 f@attribute = 22.6
point4 f@attribute = 5.3
point5 f@attribute = 67.3

create array {2.3, 73.3, 54.43, 22.6, 5.3, 67.3}

Any suggestions?

Attribute Promote (to Detail), "Array of All"?

How to get point position string? Nov. 2, 2023, 1:34 p.m.

HenDaSheng
I tried to perform certain processing on the string through vex (limiting the number of digits after the decimal point), but introducing new variables in the font node did not work.

I think it's something outside of my knowledge. I guess the problem is with the new variables because they don't appear in the spreadsheet when the font node is selected.

Use the points() expression instead as it outputs a string attribute. The Text field of the Font SOP is a string field.