GUI to bulk download animations from Mixamo.
This repository contains both the Python source code (in the /src
folder) and an .exe
file (in the /dist
folder) to make things easier to Windows users.
Make sure you have Python 3.10+ installed on your computer, as well as the PySide2 package:
pip install PySide2
Download the files from the /src
folder to your own local directory, and double-click on the main.pyw
script to launch the GUI.
If you don't have Python installed on your computer or you don't want to mess with all that coding stuff, download the /dist
folder to your computer (~300MB) and run the mixamo_downloader.exe
.
-
Log into your Mixamo account.
-
Select/upload the character you want to animate.
-
Choose between downloading
All animations
,Animations containing the word
and theT-Pose (with skin)
. -
You can optionally set an output folder where all animations will be saved.
If no output folder is set, FBX files will be downloaded to the folder where the program is running.
-
Press the
Start download
button and wait until it's done. -
You can cancel the process at any time by pressing the
Stop
button.
Important
Downloading all animations can be quite slow. We're dealing with a total of 2346 animations, so don't expect it to be lighting fast.