├── .github └── FUNDING.yml ├── README.md ├── __init__.py ├── helper.py ├── load_mocap.py ├── mediapipe_new.py ├── panel.py ├── replace_easymocap_files ├── body_model.py ├── mv1p.py └── readme.md ├── retarget ├── AutoRigPro_remap_preset.bmap ├── Rokoko_Remap_bones.json └── readme.md └── test_panel.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/__init__.py -------------------------------------------------------------------------------- /helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/helper.py -------------------------------------------------------------------------------- /load_mocap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/load_mocap.py -------------------------------------------------------------------------------- /mediapipe_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/mediapipe_new.py -------------------------------------------------------------------------------- /panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/panel.py -------------------------------------------------------------------------------- /replace_easymocap_files/body_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/replace_easymocap_files/body_model.py -------------------------------------------------------------------------------- /replace_easymocap_files/mv1p.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/replace_easymocap_files/mv1p.py -------------------------------------------------------------------------------- /replace_easymocap_files/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/replace_easymocap_files/readme.md -------------------------------------------------------------------------------- /retarget/AutoRigPro_remap_preset.bmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/retarget/AutoRigPro_remap_preset.bmap -------------------------------------------------------------------------------- /retarget/Rokoko_Remap_bones.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/retarget/Rokoko_Remap_bones.json -------------------------------------------------------------------------------- /retarget/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/retarget/readme.md -------------------------------------------------------------------------------- /test_panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlosedubarreto/b3d_mocap_import/HEAD/test_panel.py --------------------------------------------------------------------------------