summaryrefslogtreecommitdiffstats
path: root/modules/gltf/editor/editor_scene_importer_blend.cpp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2023-10-06 00:17:33 -0500
committerAaron Franke <arnfranke@yahoo.com>2024-08-27 14:58:18 -0700
commit9dd71c64146e16e3c496d0aa28f806904b226028 (patch)
treeb383c56b63566df4a9aff9fd8d5f0027f53f501a /modules/gltf/editor/editor_scene_importer_blend.cpp
parenta2f097d603540b63f5ab7fe5331b4ac8690ed7c2 (diff)
downloadredot-engine-9dd71c64146e16e3c496d0aa28f806904b226028.tar.gz
ResourceImporterScene: Replace animation bool with an import type string enum
Diffstat (limited to 'modules/gltf/editor/editor_scene_importer_blend.cpp')
-rw-r--r--modules/gltf/editor/editor_scene_importer_blend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/editor/editor_scene_importer_blend.cpp b/modules/gltf/editor/editor_scene_importer_blend.cpp
index 0aab6e84b4..8e5a992bd4 100644
--- a/modules/gltf/editor/editor_scene_importer_blend.cpp
+++ b/modules/gltf/editor/editor_scene_importer_blend.cpp
@@ -336,7 +336,7 @@ Node *EditorSceneFormatImporterBlend::import_scene(const String &p_path, uint32_
#endif
}
-Variant EditorSceneFormatImporterBlend::get_option_visibility(const String &p_path, bool p_for_animation, const String &p_option,
+Variant EditorSceneFormatImporterBlend::get_option_visibility(const String &p_path, const String &p_scene_import_type, const String &p_option,
const HashMap<StringName, Variant> &p_options) {
if (p_path.get_extension().to_lower() != "blend") {
return true;