Blender Git Loki
Git Commits -> Revision 930f43b
Revision 930f43b by Sergey Sharybin (master) March 14, 2012, 14:09 (GMT) |
Fix crash on edge extrude from textured view Issue was caused by MFACE layer adding for even DM without tessellated faces which lead to adding new layer but with NULL data. This causes issues when layer with faces (after extrude) was attempting to add because currently CD only checks if layer type exists but does not check for size of the layer. Solved by not adding MFACE layer if there's no tessellated faces. |
Commit Details:
Full Hash: 930f43bd96b6ec48e202bfb7b4d62731e9d10bfc
SVN Revision: 44879
Parent Commit: a829a90
Lines Changed: +11, -2
1 Modified Path:
/source/blender/blenkernel/intern/DerivedMesh.c (+11, -2) (Diff)