tysplines, tycache retimer not smooth - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: tysplines, tycache retimer not smooth (/thread-3249.html) |
tysplines, tycache retimer not smooth - ldotchopz - 08-11-2022 I think i know why this is happening, its being generated on the fly and has no information to blend between, but i was wondering if its something that can be solved? Attached video of spline geo not working with retimer. RE: tysplines, tycache retimer not smooth - tyFlow - 08-12-2022 Yes if you're birthing new particles like that, there's no interpolation data for the retimer to use. A trick you can do is: spawn and then save position using a Custom Properties operator. Then snap the particle to the parent's position with Set Target/Move Target, then interpolate back to saved position using a second Custom Properties operator. That way there's never a point where a particle pops into space at a unique position....they are birthed on their parent and interpolate smoothly to their position. |