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
364 stars 34 forks source link

Every animation exported as loop #36

Closed TedLatas closed 3 years ago

TedLatas commented 3 years ago

Hello! Loving the tool but I found an issue. First of all I got the character from mixamo with a bunch of animations, some of which I wanted to loop other not. I had already added -loop suffix to the ones I wanted before hand. I then followed the workflow in blender and everything look fine. When I exported the .glb character with all the animations and then opened the animation player in Godot, the -loop suffix was added to every animation.

Not a huge issue because I can manually un-loop the animations I want from inside Godot, but just wanted to let you know.

Image1 Image2

TedLatas commented 3 years ago

It was my mistake, in case anyone needs this uncheck the add animations loop at the export character. Sorry if I wasted anyones time.