![]() |
Automating tyParticleController assignment via Python - 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: Automating tyParticleController assignment via Python (/thread-2120.html) |
Automating tyParticleController assignment via Python - Hyperanim8or - 12-31-2020 I have a set of objects that I am using in my sim that I wanted to track using objects in my scene and tie them with tyParticleControllers To make it easy I just used an export of the Particles from tyFLow. I wanted to share my code for connecting those new objects with the particles they represented with a tyParticleController... This only works with one event. So you would have to tweak it to work with multiple events. Code: from pymxs import runtime as pyMX |