Blender Git Loki
Git Commits -> Revision 94079ff
Revision 94079ff by Howard Trickey (master) March 31, 2021, 13:35 (GMT) |
Fix T86879 Boolean exact crash with dependency loop. When boolean's Object also has a modifier that depends back on the target Object, a crash occurred. In a case like this, BKE_modifier_get_evaluated_mesh_from_evaluated_object returns NULL, so just have to protect against that case. |
Commit Details:
Full Hash: 94079ffc7f0e49c9eb923eb59b065973ae9cd990
Parent Commit: 23c1e48
Lines Changed: +6, -0
1 Modified Path:
/source/blender/modifiers/intern/MOD_boolean.c (+6, -0) (Diff)