Adverti horiz upsell

Ctrl O 2.3.1 for Maya (maya script)

Tool to build your controllers faster, with a little viewport to preview the controllers, customizable controllers-shapes bank, mirroring abilities

License
Button download
1,598 Downloads

Compatibility

  • 2017, 2016, 2015, 2014, 2013

Operating Systems

  • Irix
  • Linux
  • Mac
  • Solaris
  • Windows

History

Created:02/12/2017
Last Modified:10/19/2017
File Size: 29.7 KB

Q/A

InstallationError

Date:04/23/2017
Submitted by: G L G L
Get error when tryingt o install:
# Error: AttributeError: file <maya console> line 1: 'module' object has no attribute 'Display_CtrlO_UI' #

Replies to this question:

  • mlouala

    mlouala said over 7 years ago:

    Hi G L,
    Sorry for late answer, I think you're trying to import the folder itself as a module,
    first, where did you unzipped the Ctrl_O ? In the Maya's script folder ?
    second, what did you fill in the sys.path.append(r'PATH_TO_YOUR_FOLDER') line ? 
     
    Can you send me ; a screencapture of the folder where you put the Ctrl_O script
    and a copy of the script you're trying to run ?
     
    Have a nice day,
    Mehdi
  • G L

    G L said over 7 years ago:

    Hi I unzipped it into my maya scripts folder here: 
    C:\Users\GL\Documents\maya\scripts
     
     I put this in the python tab:

    import sys
    sys.path.append(r'C:\Users\GL\Documents\maya\scripts')
    import Ctrl_O
    Ctrl_O.Display_CtrlO_UI()

     
     Then I get the error.
  • lily Day

    lily Day said about 7 years ago:

    Hi I unzipped it into my maya scripts folder here: 
    C:\Users\GL\Documents\maya\scripts
     
     I put this in the python tab:

    import sys
    sys.path.append(r'C:\Users\GL\Documents\maya\scripts') 
    import Ctrl_O
    Ctrl_O.Display_CtrlO_UI()

     Then I get the error.

Post a reply: