Blender Git Commit Log
Git Commits -> Revision b53505f
Revision b53505f by Tamito Kajiyama (master) October 16, 2011, 22:54 (GMT) |
Another attempt to fix the failure of SVertex::getFEdge due to a discontinuity of underlying FEdges introduced by chaining operations. The material of a smooth FEdge is identified by the material index of the FEdge and the array of materials in the SShape to which the first SVertex (i.e., vertexA) of the FEdge belong. The present fix makes sure that the material index refers to the intended array of materials, to avoid inconsistent reference and out-of-index errors that lead to a crash. |
Commit Details:
Full Hash: b53505f5e11771b2e500fb9f812a4cd649a5d715
SVN Revision: 41073
Parent Commit: 2d25a12
Lines Changed: +19, -15