don star

donstar

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to read ramp data over time? Dec. 9, 2022, 7:22 p.m.

Tanto
You could enter this in a wrangle node:

float progress = (@Frame - chf('start_frame')) / (chf('end_frame') - chf('start_frame'));
f@value = chramp('value_over_time', progress);

How can I transfer f@value attribute to parameter interface so I could copy parameter for pasting to Relative References?

Thank you for the help. I am learning a lot every day.

How to read ramp data over time? Dec. 7, 2022, 6:13 p.m.

Hey,

How can I read ramp float over specified time? I woul like to specify start and end frames.

Thank you.

Is it possible to use terrain tools with objects? March 1, 2019, 11:33 a.m.

I would like to erode head or something similar.