[2.63a] Child particle transform and parent particle association

Hi!

Is there a way to find a child particle (ParticleSystem.child_particles) transform matrix (or location / rotation data)? The ChildParticle class doesn’t seem to expose any useful info.

Also, it is possible to find the association of the child particle to it’s parent original instance, that is; iterate through the original particles (ParticleSystem.particles) and for each of it, iterate through it’s children instances?

I know its been a while, but im looking for a method to select the parent particles. Im trying to delete these by python but keep the child particles.