修复动画模型导入问题
This commit is contained in:
parent
939ea35913
commit
885535031c
@ -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 = []
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user