nrtkbb / medic

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 39.0%Language:C++ 36.6%Language:Cython 23.4%Language:C 0.8%Language:AMPL 0.2%