├── LICENSE.md ├── README.md ├── SMPL_maya_plugin.py └── mde_py_poseblends_driver ├── lib_mde_poseblends_driver.py ├── mde_py_maya_type_ids.py ├── mde_py_poseblends_driver.py ├── mde_utilities.py ├── node_data.py └── read_multi_attribute.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/README.md -------------------------------------------------------------------------------- /SMPL_maya_plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/SMPL_maya_plugin.py -------------------------------------------------------------------------------- /mde_py_poseblends_driver/lib_mde_poseblends_driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/mde_py_poseblends_driver/lib_mde_poseblends_driver.py -------------------------------------------------------------------------------- /mde_py_poseblends_driver/mde_py_maya_type_ids.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/mde_py_poseblends_driver/mde_py_maya_type_ids.py -------------------------------------------------------------------------------- /mde_py_poseblends_driver/mde_py_poseblends_driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/mde_py_poseblends_driver/mde_py_poseblends_driver.py -------------------------------------------------------------------------------- /mde_py_poseblends_driver/mde_utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/mde_py_poseblends_driver/mde_utilities.py -------------------------------------------------------------------------------- /mde_py_poseblends_driver/node_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/mde_py_poseblends_driver/node_data.py -------------------------------------------------------------------------------- /mde_py_poseblends_driver/read_multi_attribute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Meshcapade/SMPL_maya_plugin/HEAD/mde_py_poseblends_driver/read_multi_attribute.py --------------------------------------------------------------------------------