Feedback

What's your question?

By: Asked

How can I select or delete individual nParticles in Maya?

Hi, is there anyway in Maya for selecting for editing individual particles from an Nparticle system. Thanks a lot

Add comment viewed 1,156 times Latest activity 10 months ago

or Cancel

1 answer

  • 1

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

or Cancel