Adverti horiz upsell

fixParam 1.2.0 for Maya (maya script)

Rebuild and reparameterize a NURBS surface to...

License
Button download
3,081 Downloads

Compatibility

  • 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 9.x, 2009, 2008, 8.x, 7.x, 6.x, 5.x, 4.x, 3.x

Operating Systems

  • Windows

History

Created:07/23/2001
Last Modified:05/23/2019
File Size: 6.77 KB

Keywords

reparameterize

// 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 Bug System to report any bugs.
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.