Actors animation - speed by velocity multiplier does not work. - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Actors animation - speed by velocity multiplier does not work. (/thread-4103.html) |
Actors animation - speed by velocity multiplier does not work. - chriss3d - 02-11-2024 Hello, Bringing up the same issue again. Regardless of the parameters, the speed of the actor animation is not influenced by the speed of the particles. Any idea why? Been trying to resolve this for a while but I got stuck ( File attached. Thanks, Best, Chris RE: Actors animation - speed by velocity multiplier does not work. - tyFlow - 02-12-2024 The problem is that your actor root particles have no velocity - only the rig particles have velocity (the PhysX bones driving your meshes). And since the Actor Animation operator measures the velocity of the root particle for the relative speed calculations, and your root particles have no velocity, there is no speed adjustment. There are probably a variety of ways to tackle this issue, but a really quick/hacky one is to just leech the speed for your root particle from the nearest rig particle. Attached shows how to do this, using targets. RE: Actors animation - speed by velocity multiplier does not work. - chriss3d - 02-12-2024 (02-12-2024, 04:33 PM)tyFlow Wrote: The problem is that your actor root particles have no velocity - only the rig particles have velocity (the PhysX bones driving your meshes). And since the Actor Animation operator measures the velocity of the root particle for the relative speed calculations, and your root particles have no velocity, there is no speed adjustment. Thanks. Tyson. Best Chris |