Arch: importDAE: DaeUnsupportedError is defined in common.py

Forum topic:
https://forum.freecad.org/viewtopic.php?t=84626
This commit is contained in:
Roy-043
2024-01-23 13:29:59 +01:00
parent c47b380e85
commit d63ca9c2dc

View File

@@ -119,7 +119,7 @@ def read(filename):
"reads a DAE file"
global col
col = collada.Collada(filename, ignore=[collada.DaeUnsupportedError])
col = collada.Collada(filename, ignore=[collada.common.DaeUnsupportedError])
# Read the unitmeter info from dae file and compute unit to convert to mm
unitmeter = col.assetInfo.unitmeter or 1
unit = unitmeter / 0.001