Please contact The Sawmill for more information.
This software is provided as is without any guarantees or warranty
Maya plugin to solve motion capture data on to a skeleton.
Live control change data on a node. Windows Maya 2016, 2017
import maya.cmds as m m.createNode('peelMidi') m.setAttr("peelMidi1.device", 0) m.setAttr("peelMidi1.channel", 3) for i in range(127): loc = m.spaceLocator()[0] m.setAttr( loc + ".tx", i) m.connectAttr( 'peelMidi1.midi[%d]' %i, loc + ".ty") m.setAttr("peelMidi1.live", 1)
Modifies the copy buffer to switch forward and backslashes
(windows taskbar app)
Maya plugin to live stream mocap data from NaturalPoint Motive
Windows Maya Plugins:
Github projectGeneric rigs for solving data on to.