Adverti horiz upsell

Control curve creator UI 0.2.6 for Maya (maya script)

easily create/save/load curves and adjust them

License
Button download
8,273 Downloads

Compatibility

  • 2017, 2016, 2015, 2014, 2013, 2012, 2011

Operating Systems

  • Windows

History

Created:10/08/2012
Last Modified:08/19/2016
File Size: 68.7 KB

Keywords

creator

Bugs

The custom save function (and solution) - Win 10

Statuspending
Prioritymedium
Date03/25/2020
Submitted byOvidius Ovidius
Hi! I recently got this awesome script and I was amazed by the features of it. I can't believe it's free, thank you Perry!
 
However I couldn't get the save function to work. But I got it to work by reading the actions it performed in maya. (Windows 10, 2020). 
 
The issue is simply that it can't find the path to the "Curves" folder. The solution is to fix the path by replacing all "Curves/" with "/Curves/" as it tries to find a folder called "scriptsCurves" rather than Curves in the scripts folder (a quick fix using notepad++). After that everything worked as intended (pictures and curve save). 
 
For example from

filename=self.filePath+ 'Curves/' + self.name

to 

filename=self.filePath+ '/Curves/' + self.name 
 
Thanks again for this awesome script and I hope you are still active to update this.

Comments on this bug:

  • edanleep

    edanleep said over 4 years ago:

    Hi! i did this and it worked, i could save my own curves! the problem is i can't load them haha i double click them like all the others and it just doesn't load, were you able to fix this? Thank you in advance!!

Post a comment: