Skip to content
Snippets Groups Projects
Commit efbcbb26 authored by Germano Cavalcante's avatar Germano Cavalcante
Browse files

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.
parent 7bc0fa6b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment