Personnaly, I like to use selection constraints, because it's faster. I made a shortcut to switch from shell constraint on and off. #ON polySelectConstraint -bo false -sh true -cr false; #OFF polySelectConstraint -bo false -sh false -cr false; If anybody feels like making a toggle of that in mel I'd be gratefull!