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
- Also, Medic can be used as a Pyblish plugin (medicToPyblish)
-
Download the package and extract it. (Please refer to the build if you build it yourself or there is no package)
-
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 -
Execute the following command in Maya. For details on the usage, see Usage.
import medicUI
medicUI.Show()
- To create a new checklist(Karte), see Karte.
- To write a new check plugin(Tester), see Custom Tester.