Skip to content

jonnytracker/mixamo-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mixamo Downloader

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.

For Python 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.

For non-technical users

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.

How to use the Mixamo Downloader

  1. Log into your Mixamo account.

  2. Select/upload the character you want to animate.

  3. Choose between downloading All animations, Animations containing the word and the T-Pose (with skin).

  4. 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.

  5. Press the Start download button and wait until it's done.

  6. 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.

About

GUI to bulk download animations from Mixamo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%