galou / freecad.cross

CROSS CAD and ROS, an Open-Source Synergy; ROS workbench for FreeCAD
GNU Lesser General Public License v2.1
95 stars 26 forks source link

Fix for collada import issue #43

Closed johnny555 closed 3 months ago

johnny555 commented 3 months ago

Fix for issue #42

DaeUnsupportedError is part of the collada.common

I originally thought this was a resurfacing of this bug: https://github.com/FreeCAD/FreeCAD/pull/12085 but after testing I think its just a simple API error.

Using PyCollada v0.8

drfenixion commented 3 months ago

Link to source https://github.com/pycollada/pycollada/blob/39cabd78c4bdbdab763a510be3c2ff378ee9d75b/collada/common.py#L102

But did not test.

drfenixion commented 3 months ago

How this fix works in FreeCAD 0.21.2? All ok?