LocPlacement is a utility script for Autodesk Maya that will position selected locators (or objects) at the nearest geometry, from the viewpoint of the currently active camera.
- Place the ./src/locPlacement.py file within your maya scripts directory
- Select the locators you want to snap onto Geometry
- Run the following command from the Maya Python Script Editor:
import locPlacement
locPlacement.main()locPlacement is licensed under the MIT License.
