Hi People
Am trying to come up with a tool to interactively delete selected particles
and am using this command
import maya.cmds as mc
mc.particle(e=True, order=num, attribute="lifespanPP",fv=0)
this works when i run this command first time... if u run it second time on a set of new selection then it just messes with the particle order
i tried this same function using id also same result
thanks
Arjun