Adverti horiz upsell

Spiral Along Curve 1.8.1 for Maya (maya plugin)

This script draw spiral curves along the curve you selected

License
Button download
3,623 Downloads

Compatibility

  • 2015, 2014, 2013, 2012

Operating Systems

  • Windows

History

Created:10/13/2014
Last Modified:05/09/2016
File Size: 13.8 KB

Keywords

maya

Bugs

User setup file problem

Statuspending
Prioritymedium
Date09/02/2016
Submitted byFomen Fomen
Hi. With your code my user setup doesn't work. Every "source "scriptName" command breaked and maya doesn't source any script at startup. There some error in the code, maybe?

ModEditCurvesMenu( $gMainEditCurvesMenu );
setParent -menu $gMainEditCurvesMenu;
source spiralSetupUI.mel;
menuItem -divider true;
menuItem -l "Spiral Curve"  -c "spiralCurve -sr 2.0 -adr 1.0 -ppl 10 -ln 10.0 -sm 0" -ann "Select curves to create spiral curves arround them." spiralCurveMenu;
menuItem -optionBox true -c "spiralCurveSetupUI"; 

Comments on this bug:

  • PhateX

    PhateX said over 8 years ago:

    I didn't registered a command plugin, so there's no spiralCurve command. For the script version, it's a python script, so you can't source the script via mel, you can load the scrip by: import spiral_along_curve reload(spiral_along_curve) in the python tab of script editor.
  • Fomen

    Fomen said over 8 years ago:

    So, if I use node version there is no need for me to write this code into userSetup.mel file, yes?
  • PhateX

    PhateX said over 8 years ago:

    There're couple ways to set up a node, including via scripts. I have provided such a script in the README file and you can use it directly.

Post a comment: