pandemonium_engine/editor/import
Morris Tabor b9f8901b5e Fix finding AnimationPlayer in scene import
The scene importer always assumed that the AnimationPlayer is called
"AnimationPlayer".

This is not always true: for example the GLTF importer just creates an
AnimationPlayer with the default name, which may be "animation_player",
depending on the project settings.

This fix instead chooses the first node that is an AnimationPlayer, and
warns if there is more than one.
2024-04-06 11:06:20 +02:00
..
atlas_import_failed.xpm Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
editor_import_plugin.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
editor_import_plugin.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_bitmask.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_bitmask.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_csv_translation.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_csv_translation.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_image.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_image.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_layered_texture.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_layered_texture.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_obj.cpp Added back ResourceImporterOBJ from godot. 2024-02-08 21:52:13 +01:00
resource_importer_obj.h Added back ResourceImporterOBJ from godot. 2024-02-08 21:52:13 +01:00
resource_importer_scene.cpp Fix finding AnimationPlayer in scene import 2024-04-06 11:06:20 +02:00
resource_importer_scene.h Fix finding AnimationPlayer in scene import 2024-04-06 11:06:20 +02:00
resource_importer_texture_atlas.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_texture_atlas.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_texture.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_texture.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_wav.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
resource_importer_wav.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00