Adverti horiz upsell

CV Spiral & Helix Creation Tool 1.5.0 for Maya (maya script)

This script let you create spiral / helix nurbs curves and more.

License
Button download
3,543 Downloads

Compatibility

  • 2009

Operating Systems

  • Windows

History

Created:10/06/2011
Last Modified:05/29/2016
File Size: 21.6 KB

Keywords

mel, maya, duplicate

Version History

v1.0:

  - Completed first basic functionality with simple GUI
  - Added extrude along path curve(helix or spiral) with any curve type(just curve types only)
  - GUI (re)"Design"


v1.1:

  - Added Revolution Distance decrease/increase
  - Save and load curve parameters


v1.2:

  - New GUI/New Section "Duplication"
  - Duplicate objects along Spiral/Helix
  - No selection between elliptic and circular spiral/helix, now controlled by Radius parameters
  - The number of actual curve points in a Spiral/Helix was not correct. Sorry^^ But works now.
  - Fixed Bug #1: Filedialog abortion saved a noname file

 

v1.3:

  - Duplicated objects now scalable(taper effect)
  - Added a button to calculate the height of a Spiral/Helix
  - Duplicate or Instance objects along Spiral/Helix
  - Fixed Bug #2: Just the last selected object is duplicated
  - Animate extrusion along path curve
  - Fixed Bug #3: Error "object not found" (GUI problem)

 

v1.4

  - Random translation, rotation, scale for duplicated objects
  - Save all Parameters not just Spiral/Helix settings
  - Created new file specification for saving files >> is now upward compatible
  - 2 presets were added to the menu


v1.5
  - Button set radius half - elliptic style
  - Extrusion for mesh profiles(with custom taper curve ability)
  - Poly Plane Button creates polygon plane/circle profiles

 

Current version is v1.5.

(This script was just tested on Windows 8 with Autodesk Maya 2009.)

 

If you still get an error like: "Error: Object not found:" then open the script in a text editor and
delete the following lines: 1824 - 1827:

if (`windowPref -exists $CVSHWindow` == true)
{
windowPref -remove $CVSHWindow;
}