Adverti horiz upsell

mirrorPose (pymel) 1.1.0 for Maya (maya script)

allows you to mirror characterposes from symmetrical character and respect the local orientation of the controls

License
Button download
3,817 Downloads

Compatibility

  • 2012

Operating Systems

  • Windows

History

Created:05/15/2012
Last Modified:05/15/2012
File Size: 34.6 KB

Q/A

I cant get this to run - any documentation?

Date:08/31/2012
Submitted by: TwitchingEmu TwitchingEmu
Cant get this to run - any documentation available?

Replies to this question:

  • Elias F

    Elias F said about 12 years ago:

    Hey, sry to hear that you have problems with executing it. Do have problems running the script or getting pymel to work? If you have pasted the scriptfile into a folder thats accesible through maya (maybe check the sys.path) you can import it. Then call the class and best is to give it a default folder right away. Is the UI starting? Make sure you have a set with all the control you want to mirror in your rigFile. Best is to name it 'all' Hope this could help you. If you could tell me more about you problem maybe we find the solution. The script was written for a specific workflow so maybe I still need to change things to make it more compatible. Best
  • Replyindent
    TwitchingEmu

    TwitchingEmu said about 12 years ago:

    Sorry for the late response. The syntax error probably just means a typo or something. Try this: import mirrorPose as mp mp.mirrorPose('hereYourDefaultPath') If an Error like 'mirrorPose not found' that means it didn't find the file. If pymel would not work it would say something like 'no module named pymel'
  • jinu john

    jinu john said over 4 years ago:

    Need help getting the following error message, please help
     

    import mirrorPose
    mirrorPose.run()
    # Error: AttributeError: file <maya console> line 2: 'module' object has no attribute 'run' #

Post a reply: