Blender Git Commit Log
Git Commits -> Revision 4ff8041
Revision 4ff8041 by Tamito Kajiyama (master) April 6, 2013, 06:09 (GMT) |
Removed Freestyle-specific code from DerivedMesh.c. The removed code was necessary due to a logical bug in the use of CD_ORIGINDEX layer entries. Previously the index values were used to refer to the edges/polys of the derived mesh, assuming that the derived mesh edges/polys consisted of those from the original mesh plus newly added edges/polys. This assumption was not correct, although it worked well for several modifiers such as Mirror and Solidify. Now the index values are specifically used to reference the edge/polys of the original mesh. |
Commit Details:
Full Hash: 4ff8041e0e335ed3fe52e379eefba6010e692641
SVN Revision: 55835
Parent Commit: b4bd232
Lines Changed: +5, -35