MoCap Key Optimizar

opKeys

Optimize your keys from motion capture data using this tool. The script is based on simple maths formula called “Slope Formula”, which will detect all unwanted keys from the animation curve based on various selection options available inside the tool and it makes sure to maintain animation curve shape after deleting all unwanted keys.

download link : moCapKeyOptimizer.rar

4 thoughts on “MoCap Key Optimizar

Add yours

  1. Sorry, but could you explain how to run these scripts?

    What do you mean “run Opkeys.py first and then run opKey_win.py”?

    I have tried the following:

    import Opkeys as ok
    import opKey_win as okw
    reload(okw)
    okw.opKey_win()

    and the error I receive is:

    # Error: name ‘Opkeys’ is not defined
    # Traceback (most recent call last):
    # File “”, line 3, in
    # File “C:/Users/Geoff/Documents/maya/2013-x64/scripts\opKey_win.py”, line 98, in
    # ok = Opkeys()
    # NameError: name ‘Opkeys’ is not defined #

    Like

    1. You just have to run or execute both the scripts Opkeys.py and opKey_win.py in your Maya script editor under python tab and after that just execute “opKey_win()” this.

      And also don’t forget to take a back up of your file before running this script.

      Thanks

      Like

Leave a comment

Up ↑