Merge pull request #116589 from Sysex89/blend_import

Blender attempts should be incremented to avoid endless loop
This commit is contained in:
Rémi Verschelde
2026-03-14 12:15:54 +01:00
@@ -217,6 +217,7 @@ HTTPClient::Status EditorImportBlendRunner::connect_blender_rpc(const Ref<HTTPCl
bool done = false;
while (!done) {
OS::get_singleton()->delay_usec(wait_usecs);
attempts++;
status = p_client->get_status();
switch (status) {
case HTTPClient::STATUS_RESOLVING: