Feature Requests.

This is what I use for a detachFade:

Sequence(LerpFunc(object.setAlphaScale,fromData=1.0,toData=0.0),Func(object.detachNode),Func(object.setAlphaScale,1.0)).start()

(havent tested that line, but you get the general idea.)
It works fine for me…