Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-03-04 23:02:52 +0300
committerTon Roosendaal <ton@blender.org>2005-03-04 23:02:52 +0300
commit9e7c5901467084878e8f5ebcc5b10e9c950245cb (patch)
tree93cda104089d5d72179e712a223b5a0e8ed95b6b /source/blender
parent611c38d0f96afa9524ed8067101e0bee80b96347 (diff)
Bug fix #2270
Accidentally left in testing line in dxf reader... causing quads to be imported as triangles. Was released in 2.36! Tsk.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/exotic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/exotic.c b/source/blender/blenkernel/intern/exotic.c
index 3347a193d80..eb889c966be 100644
--- a/source/blender/blenkernel/intern/exotic.c
+++ b/source/blender/blenkernel/intern/exotic.c
@@ -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;
}