├── LICENSE ├── README.md ├── examples ├── bend_roll.ma ├── plotBendHV.py ├── rotationDriver.ma ├── rotationDriver_joints.ma └── withoutPlugin.ma ├── plotBendHV.png ├── plug-ins └── rotationDriver.py └── scripts ├── AEcomposeRotateTemplate.mel └── AEdecomposeRotateTemplate.mel /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/README.md -------------------------------------------------------------------------------- /examples/bend_roll.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/examples/bend_roll.ma -------------------------------------------------------------------------------- /examples/plotBendHV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/examples/plotBendHV.py -------------------------------------------------------------------------------- /examples/rotationDriver.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/examples/rotationDriver.ma -------------------------------------------------------------------------------- /examples/rotationDriver_joints.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/examples/rotationDriver_joints.ma -------------------------------------------------------------------------------- /examples/withoutPlugin.ma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/examples/withoutPlugin.ma -------------------------------------------------------------------------------- /plotBendHV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/plotBendHV.png -------------------------------------------------------------------------------- /plug-ins/rotationDriver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/plug-ins/rotationDriver.py -------------------------------------------------------------------------------- /scripts/AEcomposeRotateTemplate.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/scripts/AEcomposeRotateTemplate.mel -------------------------------------------------------------------------------- /scripts/AEdecomposeRotateTemplate.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryusas/maya_rotationDriver/HEAD/scripts/AEdecomposeRotateTemplate.mel --------------------------------------------------------------------------------