Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# ypr-expression-driver

A MEL-based Yaw / Pitch / Roll driver setup for Autodesk Maya using quaternion rotation decomposition and exponential map reconstruction.
Expand Down Expand Up @@ -34,9 +36,9 @@ And, this is an experimental implementation in MEL. Considering performance and

## Setup

Place `yprExpressionDriver.mel` and `userSetup.mel` in a directory included in `MAYA_SCRIPT_PATH` (for example `~/maya/scripts/`).
Place `yprExpressionDriver.mel` in a directory included in `MAYA_SCRIPT_PATH` (for example `~/maya/scripts/`).

This allows Maya to load the required MEL procedures automatically at startup before expression evaluation.
Add `source "yprExpressionDriver.mel";` to your `userSetup.mel` to load the script automatically at startup before expression evaluation.

## Usage

Expand Down