// fixParam.mel v1.2
//
//
// MEL script for Maya
//
//
// Last update: 23-may-2019
//
//
// Instalation:
// ---------------
// - add a new button to your shelf with - "source fixParam.mel;"
//
//
// Description:
// ---------------
// - rebuild and reparameterize a surface to get smoother
// parameter distribution in both directionsrds.
//
//
// How it works:
// -------------
// 1. Extracts isoparms in V direction, rebuilds as uniform
// 2. Lofts these splines in U using chord length option
//
// Usage hints:
// ------------
//
// - Using a larger number of samples increases accuracy, but can get
// slow. Try with 1 first, then increase as needed.
// - history on means the original surface can be tweaked and the changes
// will be seen on the reparameterized surface, but the cost is the storage
// of a large number of intermediate curves used to generate the reparameterized
// surface.
//
//
// History :
// ---------
//
// -v1.2:
// - fixed for recent version of Maya;
//
// -v1.1:
// - graphical user interface added;
// - 'Keep Original' option added;
// - feedback function added;
//
//
//
// ..and of course,
// ----------------
//
// YOU ARE USING THIS PROGRAM AT YOUR OWN RISK! I SHALL NOT BE LIABLE FOR ANY KIND OF DAMAGE
// THIS PROGRAM MAY CAUSE TO YOU IN ANY POSSIBLE WAY. ALTHOUGH TESTED AND DISTRIBUTED WITH
// NO HARM INTENDED, I MAY NOT GUARANTEE ANY SAFETY UPON USING THIS PIECE OF SOFTWARE.
//
// You may use this script free of charge and distribute it.
// Modify at your own risk, but please let me know.
//
// Thanks!
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.