Skip to content

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

  1. Download the latest release zip from the releases page.
  2. Extract the zip, then drag the locatorcreator_drag_and_drop_installer.py file into a Maya viewport.
  3. Restart Maya.

Usage

from locatorcreator.example import create_locator

create_locator("foo")

See the Reference page for the full API.