Blender Git Loki
Git Commits -> Revision 02a204f
Revision 02a204f by Campbell Barton (master) September 23, 2020, 05:26 (GMT) |
Fix T68024: Crash from missing original-index mesh layer Constructive modifiers were not initializing an original index layer in the case a previous deform modifier created 'mesh_final'. This happened in the case of multiple deform modifiers that deform along normals, as requesting normals caused the final mesh to be created. Ensure mapping data is created in the case only non-constructive modifiers have run. |
Commit Details:
Full Hash: 02a204fe67eeefbe9c1485e109a21c786645585b
Parent Commit: ea5c8c4
Lines Changed: +5, -1
1 Modified Path:
/source/blender/blenkernel/intern/DerivedMesh.c (+5, -1) (Diff)