downloadAll.js
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
- Browse mixamo.com
- Log in
- Open JS console (F12 on chrome)
- Download an animation and get the character ID from the Network tab
- Then past the character id in the "character" variable at beginning of this script
- Copy and paste the full script in the mixamo.com javascript console
- The script will open a new blank page.. you will start to see animations downloading
- keep the blank page opened and keep on pressing "Allow multiple downlaods"
Demo:
upload&download.js
script makes use of mixamo API to upload all selected characters and then download all animations that you selected.
The animations are saved with index followed by motion description.
This script was originally written by gnuton@gnuton.org and then modified by yibowen@usc.edu, and the authors are not responsible of its usage
How to use this script
- Browse mixamo.com
- Log in
- Right click Inspect (F12 on chrome) and goto
Elements
tab - Right click
Edit as HTML
- Insert
<input type="file" id="uploader" multiple>
after<body>
- You should see something like this on the top of the page:
- Click select and select all the characters (
.obj
,.fbx
) you want to use - Click
Console
tab and paste the full script in the mixamo.com console - The script will open a new blank page and you will start to see animations downloading
- Keep the blank page opened and keep on pressing "Allow multiple downlaods"