Table of Contents
This 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).
Welcome to the wonderful world of locators.
Development and contribution guidelines can be found on the contributing page.
- Maya
- 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.
- Import the module and use the
create_locatorfunction.from locatorcreator.example import create_locator create_locator("foo")
- Enjoy the locators!
Please refer to the Documentation.
- Utility function to change the colour of locators
- Utility function to change the colour of locators to red
- Utility function to change the colour of locators to green
- Utility function to change the colour of locators to blue
- ...profit?
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please open an issue from the request a feature or report a bug pages.
Development and contribution guidelines can be found on the CONTRIBUTING.md page
Distributed under the insert_license_name license. See LICENSE file for more information.
Please reach out via the request a feature or report a bug pages.
- Project template by matthewlee-dev.
