From 885535031c5db69764a30a3e1813145b83a8044d Mon Sep 17 00:00:00 2001 From: Hector <145347438+hudomn@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8A=A8=E7=94=BB=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=AF=BC=E5=85=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/panels/animation_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/panels/animation_tools.py b/ui/panels/animation_tools.py index c4845377..f5cf48ce 100644 --- a/ui/panels/animation_tools.py +++ b/ui/panels/animation_tools.py @@ -1557,7 +1557,7 @@ class AnimationTools: lower_filepath = str(filepath).lower() if filepath else "" is_gltf_family = lower_filepath.endswith(".glb") or lower_filepath.endswith(".gltf") - def _try_memory_fallback(): + def _try_memory_fallback(prefer_scene_proxy=False): def _collect_autobind_source_candidates(): candidates = []