Particle Parent Target not working with cloth - 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: Particle Parent Target not working with cloth (/thread-3128.html) |
Particle Parent Target not working with cloth - nayan - 06-13-2022 Hey there I came across this problem, when I spawn particle and convert the spawn particle into cloth, the cloth particle do read the parent particle, but I cannot set that parent particle as target......I can do so if they are regular spawn without cloth bind. I am attaching the max file so that you can check Thank you Nayan Bodawala ParticleParentTargetnotWorkingwithCloth2023.max (Size: 800 KB / Downloads: 204) RE: Particle Parent Target not working with cloth - tyFlow - 06-14-2022 Hi Nayan, The parent of the cloth particles is the particle you converted, which is deleted during the cloth conversion. So, the original particle you spawned from is actually more like the grandparent than the parent. To point to the grandparent in this case, assign the parent ID to the particle before you convert it to cloth...then the cloth children will inherit the value before the cloth source particle is deleted. RE: Particle Parent Target not working with cloth - nayan - 06-17-2022 Yeah, I figured that out by assigning set target before converting to cloth Thank you for your time |