-
- Downloads
Fix T84936: DXF Import Error
Importing splines from a dxf file can cause an error in the sorting process: ``` TypeError '<' not supported between instances of 'tuple' and 'NoneType' ``` Since instances of type "SPLINE" do not have an extrusion direction, replace the extrusion values with an empty tuple.
Loading
Please register or sign in to comment