vini-guerrero / godot_game_tools

This is a blender add-on that contains tools to ease the creation/import process of assets into Godot Game Engine
GNU General Public License v2.0
365 stars 35 forks source link

Initialize Character - Selecting an existing armature in the scene, then importing causes error #11

Open chrisphyffer opened 4 years ago

chrisphyffer commented 4 years ago

Dev Branch windows 10

Steps to reproduce: 1.) Have a mixamo character FBX loaded into Blender. 2.) Select the mixamo character armature 3.) Press Initialize Character 4.) Select another mixamo animation from the File Browser and Submit

Notes:

3

janne-ha commented 4 years ago

Initialize Character sadly has issues and should be disabled after it is used to import character in T-Pose. It's on my long list to TODO's. For now you should just ignore the temptation to use it twice and instead just use a fresh scene. Sorry for the inconvenience ;)

chrisphyffer commented 4 years ago

Will do! :)