Skip to content

Medic is an open source data check tool for Autodesk Maya.

License

Notifications You must be signed in to change notification settings

marza-animation-planet/medic

 
 

Repository files navigation

Medic(日本語)

  • Medic is an open source data check tool for Autodesk Maya. You can add a Karte file to define a new checklist, or create a check plugin (Tester) with C ++ or Python.




  • Demo

Alt text




Usage

  1. Download the package and extract it. (Please refer to the build if you build it yourself or there is no package)

  2. Copy the unzipped contents to a module directory or add the directory path to the environment variable MAYA_MODULE_PATH

    Module directory path

    windows : C:/Users/%USERNAME%/Documents/Maya/<Maya Version>/modules
    osx : ~/Library/Preferences/Autodesk/maya/<Maya Version>/modules
    linux : ~/maya/<Maya Version>/modules

  3. Execute the following command in Maya. For details on the usage, see Usage.

import medicUI
medicUI.Show()
  1. To create a new checklist(Karte), see Karte.
  2. To write a new check plugin(Tester), see Custom Tester.

Changes

Release Notes

About

Medic is an open source data check tool for Autodesk Maya.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 37.9%
  • Python 36.7%
  • Cython 24.3%
  • Other 1.1%