Bug fix #2270
Accidentally left in testing line in dxf reader... causing quads to be imported as triangles. Was released in 2.36! Tsk.
This commit is contained in:
@@ -4857,7 +4857,7 @@ static void dxf_read_3dface(int noob)
|
||||
mface->mat_nr= 0;
|
||||
|
||||
test_index_mface(mface, nverts);
|
||||
mface->v4= 0;
|
||||
|
||||
hasbumped=1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user