Hi, is there anyway in Maya for selecting for editing individual particles from an Nparticle system. Thanks a lot
ciaran_73
Same as with regular particles:
select -r nParticle1.pt[1]
To kill them you can use lifespanPP set to 0, and move fwd one frame.
you can query the partile attr with getParticleAttr,
and you can set them with setParticleAttr
