Blender Git Loki
Git Commits -> Revision 01a2948
Revision 01a2948 by Bastien Montagne (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 26, 2015, 11:18 (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: 01a29487e81402791206f94e751f41300307f880
Parent Commit: 1311f2d
Committed By: Sergey Sharybin
Lines Changed: +38, -6