summaryrefslogtreecommitdiffstats
path: root/editor/fbx_importer_manager.cpp
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-10-31 15:59:09 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-10-31 16:43:22 -0400
commitdcfa4ef25a0a821db0cd2e5b16a5024df1dddc67 (patch)
tree67e59df10778225882d600afb90053ebfe113efe /editor/fbx_importer_manager.cpp
parent632a9c68d2fa6cfbe91d95cf1869fc95b6a41fb6 (diff)
downloadredot-engine-dcfa4ef25a0a821db0cd2e5b16a5024df1dddc67.tar.gz
Fix remainder of godotengine references
(cherry picked from commit 1d62a70c5bb74dfbffffe1c018a861719e93e7ae)
Diffstat (limited to 'editor/fbx_importer_manager.cpp')
-rw-r--r--editor/fbx_importer_manager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/fbx_importer_manager.cpp b/editor/fbx_importer_manager.cpp
index 384d1fb030..0016f998e4 100644
--- a/editor/fbx_importer_manager.cpp
+++ b/editor/fbx_importer_manager.cpp
@@ -145,6 +145,7 @@ FBXImporterManager::FBXImporterManager() {
vb->add_child(memnew(Label(TTR("FBX2glTF is required for importing FBX files if using FBX2glTF.\nAlternatively, you can use ufbx by disabling FBX2glTF.\nPlease download the necessary tool and provide a valid path to the binary:"))));
LinkButton *lb = memnew(LinkButton);
lb->set_text(TTR("Click this link to download FBX2glTF"));
+ // TODO: Update https://godotengine.org/fbx-import if/when it exists
lb->set_uri("https://godotengine.org/fbx-import");
vb->add_child(lb);