Skip to content

Commit

Permalink
Merge pull request FreeCAD#12085 from Roy-043/Arch-importDAE-DaeUnsup…
Browse files Browse the repository at this point in the history
…portedError-is-defined-in-common.py

Arch: importDAE: DaeUnsupportedError is defined in common.py
  • Loading branch information
Roy-043 authored Jan 23, 2024
2 parents c47b380 + d63ca9c commit 00cd50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Arch/importDAE.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00cd50b

Please sign in to comment.