Blender Git Loki
Git Commits -> Revision d97b974
Revision d97b974 by Bastien Montagne (master) March 26, 2015, 08:20 (GMT) |
Fix T44138: Crash in DataTransfer modifier when selecting a source with no loops. Simply check and early return in case we have no source or destination items (verts/edges/loops/polys) available... Also, fix an assert in `BKE_mesh_calc_normals_poly()`, when called with no poly. |
Commit Details:
Full Hash: d97b97460ca9a28027041e5666dbfeb3a5295155
Parent Commit: b87eaef
Lines Changed: +38, -6