Skip to content

cj506817364/xixamo_anims_pyloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Mixamo Characters Downloader

Pyload All

payload_all.py script makes use of mixamo2 API to download all anims for a single character that you choose. The animations are saved with descriptive long names instead of the short ones used by default by mixamo UI.

How to use this script

  1. Browse mixamo.com
  2. Log in
  3. Open JS console (F12 on chrome)
  4. Download an animation and get the character ID from the Network tab
  5. Then past the character id in the "character" variable at beginning of this script character = '2591eddd-...'
  6. Then past the Authorization id in the "Authorization" variable at beginning of this script Authorization = 'Bearer eyJhbGciO...'
  7. run pip install -r requirements.txt
  8. run python pyload_all.py to download all animation

Demo:

success download all

Demo on youtube

Last

Thank's https://github.com/gnuton/mixamo_anims_downloader for the inspiration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages