Page Menu
Home
Search
Configure Global Search
Log In
Files
F22874
bevel_bug_test.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Campbell Barton (campbellbarton)
Nov 13 2013, 5:09 PM
Size
699 B
Subscribers
None
bevel_bug_test.diff
View Options
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
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
da/bf/2090a5659d23a36ce237e8e460f4
Event Timeline
Log In to Comment