Blender Git Commit Log
Git Commits -> Revision 2d25a12
Revision 2d25a12 by Tamito Kajiyama (master) October 16, 2011, 10:29 (GMT) |
Fix for a failure of SVertex::getFEdge due to a discontinuity of underlying FEdges introduced by chaining operations. When two ViewEdges are concatenated by a chaining operator, the last vertex of one ViewEdge and the first vertex of the other reside in the same 3D position, so that the latter vertex is omitted. This caused a pair of SVertices unconnected by an FEdge. The present commit intends to fix this issue. The bug was reported by mato_sus304 with a .blend file reproducing the issue. Thanks! |
Commit Details:
Full Hash: 2d25a12bbdc4dde23810e23726b29841bf13c2cd
SVN Revision: 41047
Parent Commit: d546002
Lines Changed: +22, -0
1 Modified Path:
/source/blender/freestyle/intern/stroke/Chain.cpp (+22, -0) (Diff)