View Single Post
# 21 01-02-2012 , 01:49 PM
Registered User
Join Date: Jan 2012
Posts: 43
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!