![]() |
Emit on particle - 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: Emit on particle (/thread-3584.html) |
Emit on particle - Atalow - 03-24-2023 Hi Evryone, I try to emit particle on an other Tyflow on his particles shape with ID... I tried : - Export the first in tycache... nothing emit - Export in objet : objet lost IDs Everyone have an idea ? Thanks ! RE: Emit on particle - d4rk3lf - 03-24-2023 Easiest way to emit from particles is just simply use spawn operator, that you will link to another event. Inside spawn options you can change to emit from surface (mesh) of the particles, and specific ID if you want If you want to emit particles from completely different Tyflow system, just add mesh operator and turn of "render only" When you add mesh and turn off "render only", you're basically making TyFlow like any geometry object.. and you can add modifiers to it, spawn particles from it.. etc RE: Emit on particle - Atalow - 03-28-2023 Thanks, it's work fine ! |