mirror of
https://github.com/godotengine/godot-blender-exporter.git
synced 2026-01-04 14:09:56 +03:00
This is a breaking change. For consistency with other exporters, we should use the suffix "-loop", not "_loop", to indicate that an animation is looping. If we detect the suffix "_loop" or any variation on the capitilization, we will print a warning. While we could be more flexible with the suffix and not break existing exports, this would set the precedent for needing to support multiple suffixes in other areas too. It seems safer to get strict as soon as we can. Fixes #310. Relates to https://github.com/godotengine/godot/issues/32678.