修复动画模型导入问题

This commit is contained in:
Hector 2026-04-02 11:15:05 +08:00
parent 939ea35913
commit 885535031c

View File

@ -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 = []