//
// 30/07/2010
// Wayne Lee
// animate@waynelee3d.com
// www.waynelee3d.com
//
// wl_quickSets v1.0.3
//
// I thought managing custom selection sets could use a simple interface
// especially when it comes to rigging. The lists are sorted alphabetically
//
// The buttons are pretty self explanatory.
//
// To add members to an existing set, select the set in the Sets window,
// select your objects in the scene and press Add Members.
//
// To Remove members from a set, select the members
// in the Members window and press Remove Members.
//
// Filters out auto created sets made by Maya eg. clusters, skinClusters, tweakNodeSets, and namespaces *:*
// If I've missed any, let me know
//
// Drop it into your scripts folder which is usually:
// My Documents\maya\[version]\prefs\scripts
//
// Make a button with wl_quickSets as the command
//
// Any bugs, let me know.
//
// Now works with Maya 2011/2012
//
// Update 1.0.3
// Added the option to allow you to double-click on a set to select all members
// You can also select the members of multiple sets by holding shift or control and double clicking on each set
///////////////////////////////////////////////////////////////////////////////////
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.