Description: This plugin for Autodesk Maya 2008 and 2008 (Windows) provides 2 custom locators and a TRC and C3D file importers. It is useful for working with motion capture data in Autodesk Maya.
License: Free for production use on an "as-is" basis. Not for available for resale or as part of another package. No warranty provided or should be assumed.
Use with peelMocapSolver plugin
Do not install this plugin if you have peelMocapSolver installed. All of the functionality of this plugin is incorporated in to the solver. For more information about the solver visit http://www.mocap.ca/ or email al@mocap.ca
Installation:
1. Copy PeelFileTranslators_2008.mll to a maya plugin directory, e.g.: C:Program FilesAutodeskMaya2008binplug-ins
2. Copy the .mel files to a maya script directory, e.g.: C:Documents and SettingsusernameMy Documentsmayascripts
3. Source the script (or restart maya).
4. Load the plugin (mll file) Window->Settings/Preferences->Plug-in Manager->Browse
Usage:
TRC and C3D Files can be imported via File->Import. Options for Scale and use of custom locator are available.
Create a square locator with: createNode squareLocator;
A square locator is very similar to a standard maya locator, but is drawn as a box rather than a cross axis. It is useful for representing global marker animation.
Create a line locator with: createNode lineLocator;
A line locator is similar to a standard maya locator, but is drawn as a sphere and draws a line to it's parent. It is useful for representing a local marker that is parented to a particular bone.