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,258 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

Q/A

Error in maya 2013

Date:02/20/2014
Submitted by: Max Steven Max Steven
Hello! I love the script but after install it I run in maya and get this error # Error: NameError: global name 'unwrapinstance' is not defined #
Please help!

Replies to this question:

  • Replyindent
    perry leijten

    perry leijten said over 10 years ago:

    uploaded a new version, should be fixed
  • Felix Lalov

    Felix Lalov said over 9 years ago:

    I do what in installation says and after i try start script from python line in maya 2015 it says: # Error: OSError: file /Users/felix/Library/Preferences/Autodesk/maya/2015-x64/scripts/curveRecreator.py line 604: 2 # what it can be? what can i do? please help^ very like your script
  • Replyindent
    perry leijten

    perry leijten said over 9 years ago:

    can you check it again?
  • Replyindent
    Felix Lalov

    Felix Lalov said over 9 years ago:

    It works, but steel not correct, no icons or curves are visible.
  • Replyindent
    perry leijten

    perry leijten said over 9 years ago:

    added the .ui file. should be fixed now, let me knowif it works
  • Replyindent
    Artem Hlezin

    Artem Hlezin said over 9 years ago:

    I dont have mac and maya now( In new version of script, variable 'path' don't have '*'-symbol. I think glob.glob() will not work properly without it. But the addition of this symbol can break another part of the script. Anyway this solution should be tested on mac
  • Replyindent
    Felix Lalov

    Felix Lalov said over 9 years ago:

    it start to work on my Mac now, but steel not correct. And there was no 'controlImageInterface.ui' file in new download
  • Replyindent
    perry leijten

    perry leijten said over 9 years ago:

    added a new version that now hopefully supports this for mac, using the line of code presented by Artem Hlezin, i don't have any means to test the script on a mac anymore, so let me know if this works
  • Replyindent
    Artem Hlezin

    Artem Hlezin said over 9 years ago:

    I think problem in your operating system. Try to use glob.glob() instead os.listdir() function Place this before 36 line in curveRecreator.py: import glob Then modify 603 and 604 lines: path = FilePath+ 'Curves/' + '*' listing = [x.split('/')[-1] for x in glob.glob(path)] Modified variable 'listing' does not include hidden files. But i think it is not important. Save script and restart maya.

Post a reply: