don star

donstar

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

How to read ramp data over time? 2022年12月9日19:22

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? 2022年12月7日18:13

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? 2019年3月1日11:33

I would like to erode head or something similar.