Massive revival, my bad, lol old post but this is informative
There is a soft selection tool in maya
if you double click on the move tool it is in the setting and you can turn it on. or.. you can make a button with a melscript:
softSelect -e -softSelectEnabled true;
and then once its on, to turn it off you have to hit the "B" key (Only the B key forks or it comes back on and haunts you for the rest of your life... or... you can make a mell script button to turn it off:
dR_softSelStickyRelease;
dR_DoCmd("softSelStickyRelease");
ModifyUpperRadiusRelease;
artDeactivateScreenSlider;
softSelect -softSelectEnabled false ;
getPanel -withFocus;
Would be nice to be able to interactively toggle it with the . it's probably out there, but i am just learning