--******************************************************************************
--*                                                                            *
--*  Scale Position 1.3                                                        *
--*  by Ofer Zelichover (c) 10/2001                                            *
--*  www.oferz.f2s.com ;   ofer_z@hotmail.com                                  *
--*                                                                            *
--******************************************************************************
--*  You may use this script freely as you see fit.                            *
--*  You may use parts or the script as a whole in your own scripts.           *
--*  (it would be nice if you give me a credit if you do so ;))                *
--******************************************************************************
--*  This script comes with no waranty!                                        *
--*  Although I tried this script and couldn't find any problems with it, I can*
--*  in no way be held responsible for any kind of loss or damage, whether     *
--*  direct or indirect, due to the use of this script.                        *
--*                                                                            *
--*  ********************************************************************      *
--*  *** IF YOU DON'T LIKE THE ABOVE STATEMENT, DON'T USE THIS SCRIPT ***      *
--*  ********************************************************************      *
--*                                                                            *
--*  **** This script was written for max 4.2 and wasn't tested on other ****  *
--*  **** versions of max.                                               ****  *
--*                                                                            *
--*  If you find any bugs in this script, please let me know.                  *
--******************************************************************************
--* Description                                                                *
--* -------------                                                              *
--* This utility scales the position of the selected objects using an object   *
--* or the selection center as the center of the scale.                        *
--*                                                                            *
--******************************************************************************
--* History, Status and Known issues                                           *
--* ----------------------------------                                         *
--* changed : v1.1 5/9/2001                                                    *
--* fixed few minor bugs, add ability to use scaled object's center or pivot   *
--* point.                                                                     *
--*                                                                            *
--* changed : v1.2 2/10/2001                                                   *
--* added undo (only one level of undo for now)                                *
--* added support for coordinate systems                                       *
--*                                                                            *
--* changed : v1.3 24/11/2001                                                  *
--* scalePos now uses max's undo system                                        *
--* removed reference coordinate system, since it was not working properly.    *
--*                                                                            *
--* Known issues:                                                              *
--* - need to fix the use of reference system.                                 *
--*                                                                            *
--*                                                                            *
--* Need to add:                                                               *
--*                                                                            *
--******************************************************************************
--* Isntallation:                                                              *
--* --------------                                                             *
--*    put:                                                                    *
--*          scalePos1_3.ms        - anywhere                                  *
--*                                                                            *
--******************************************************************************


files in this zip package:
----------------------------
   scalePos1_3.ms		- the script file
   readme.txt			- the file you are reading now