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:
Ton Roosendaal
2005-03-04 20:02:52 +00:00
parent 611c38d0f9
commit 9e7c590146

View File

@@ -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;
}