Documentation.
Locator Creator is a sample project generated by MayaPythonProjectTemplate, and is intended to be used as a test repo (unless you need an over-engineered locator creator).
Installation
- Download the latest release zip from the releases page.
- Extract the zip, then drag the
locatorcreator_drag_and_drop_installer.pyfile into a Maya viewport. - Restart Maya.
Usage
from locatorcreator.example import create_locator
create_locator("foo")
See the Reference page for the full API.