Page MenuHome

bevel_bug_test.diff

bevel_bug_test.diff

Index: source/blender/bmesh/tools/bmesh_bevel.c
===================================================================
--- source/blender/bmesh/tools/bmesh_bevel.c (revision 58322)
+++ source/blender/bmesh/tools/bmesh_bevel.c (working copy)
@@ -590,6 +590,15 @@
}
}
/* else iret == 1 and the lines are coplanar so meetco has the intersection */
+
+ printf("# %d\n", iret);
+ printf("v %.10f %.10f %.10f\n", UNPACK3(off1a));
+ printf("v %.10f %.10f %.10f\n", UNPACK3(off1b));
+ printf("l -1 -2\n");
+ printf("v %.10f %.10f %.10f\n", UNPACK3(off2a));
+ printf("v %.10f %.10f %.10f\n", UNPACK3(off2b));
+ printf("l -1 -2\n");
+ printf("v %.10f %.10f %.10f\n", UNPACK3(meetco));
}
}

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
da/bf/2090a5659d23a36ce237e8e460f4

Event Timeline