DPK_rigGroup 1.00		Sep 12, 2003


---------
Contents:
---------
1. Files Included
2. Installation
3. Quick Start
---------



-----------------
1. Files Included

- DPK_rigGroup.mel                        Version: 1.00
- DPK_getFlagAsString.mel                 Version: 1.01
- DPK_rigCreateConstObj.mel               Version: 1.04
- DPK_rigShortName.mel                    Version: 1.00
- readme.txt


---------------
2. Installation

Copy the ".mel" files into your scripts directory (e.g.: ../maya/scripts) and
create a shelf button with the following command (including all "{}"):

// -- start -- //

{
    string $sels[] = `ls -sl`;
    for ($sel in $sels) {
        DPK_rigGroup $sel;
    }
}

// -- end -- //


--------------
3. Quick Start

- Create some objects and move, rotate, and scale them as you like.

- Select them all and press your button. All objects should be grouped to
  themselves and have 0 0 0 translate, rotate, and 1 1 1 scale attribute
  values.


--------------
If you have any comments or suggestions, please email me at:
daniel@dpk.stargrav.com

Daniel Pook-Kolb
