Hey all, I am quite new to Houdini and am wrestling with an issue.
I have used table import to add a list of values to a set of primitive's attributes. The attributes of the primitives is then set to change to the next columns value in the list every ten frames. I then poly extrude by this value. Therefor each primitive extrudes by the value it has been individually given which changes every ten frames.
This however means that the animation is not smooth and jumps every ten frames. The best way I thought to smooth this was to find the sum of the current frame and following 9 frames and then dividing this value by ten. Therefore finding the average value over the ten frames and smoothing the transition between values.
Is it possible to write such an expression? If so how would it look?
Cheers