wGamma linear workflow shelf buttons for Maya.
author:  William Schilthuis
email:   WilliamGS@gmail.com
website: http://williamgs.com
version: 1.0
license: http://www.gnu.org/licenses/gpl-3.0.html

    Copyright (C) 2011 William Schilthuis

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
Installation:
1 - Copy the icons so that maya can find them, for example:
        %MAYA_APP_DIR%\2011-x64\prefs\icons
    Or instead, add/update the XMBLANGPATH variable to your Maya.env to include
    the location of the icons. (see Maya.env for details)
2 - Copy the shelf script to your prefs appropriately. For example,
    put shelf_wGamma.mel into:
        %MAYA_APP_DIR%\2011-x64\prefs\shelves
    Or instead, add/update the MAYA_SHELF_PATH variable to your Maya.env to
    include the location of the shelf. (see Maya.env for details)
3 - Copy the wGamma folder as a whole to your scripts folder:
        %MAYA_APP_DIR%\scripts
    You can move the contained subfolders, as long as Maya knows where to look
    for the shelf and icons (mentioned above).
4 - Relaunch Maya. The Shelf buttons have tooltips to help.
        
Questions, bugs, comments can be emailed to me, or posted on my blog.