Giter Club home page Giter Club logo

mixamo-godot's Introduction

MIXAMO-GODOT

  • Blender Version 2.80, 2.81 - Not tested with other versions.
  • Batch-Imports Mixamo-Animations without (!) skin from Fbx.
  • Renames the actions according to Fbx-Filename.
  • Can Batch-Save individual animations as Blendfiles.
  • Also can Batch-Export animations as ESCN-Files,
  • using the Godot-Blender-Exporter (Has to be installed).
  • Doesn't remove the 'MixamoRig:' prefix from the Bone-Names, yet.
  • Can't yet pack animations in a single .blend/.escn
  • Doesn't work with meshes currently, only bare armatures with animations.
  • Can't join animations in a single file, yet.
  • Only work's with Fbx-Files.
  • X, Z locations get removed completely from the Hip-Bone (!)

How to use:

  1. You might want to replace spaces in the filenames (optional)
  2. If you downloaded a Mixamo-Animation-Pack move the .fbx with the Model/Skin to a different location! (important)
  3. To see printed warnings/errors logs, open Blender in Terminal
  4. Open a new file in blender and save it in the directory, with the files you downloaded from Mixamo. Working-Directory. If the Blendfile contains objects (default-cube or a model, camera etc.), the script will backup the file.
  5. Open the script in the Text-Editor.
  6. Change the Option-Variables True/False, for what you need.
  7. Run the Script, done.

When you've exported to .escn you can:

cd your-anim-folder/escn_out

godot -e


replacing ' ' with '_' on linux-terminal:

cd your-anim-folder

for foo in *.fbx; do mv "$foo" `echo $foo | tr ' ' '_'` ; done

mixamo-godot's People

Contributors

gpp-games avatar

Stargazers

 avatar  avatar  avatar Kendall avatar Michael Knopke avatar LiKun avatar  avatar  avatar Ihor Allin avatar

Watchers

 avatar

Forkers

ectucker1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.