Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_boolean.c
| Context not available. | |||||
| return result; | return result; | ||||
| } | } | ||||
| Object *other = bmd->object; | Object *other = DEG_get_evaluated_object(ctx->depsgraph, bmd->object); | ||||
| mesh_other = BKE_modifier_get_evaluated_mesh_from_evaluated_object(other, false); | mesh_other = BKE_modifier_get_evaluated_mesh_from_evaluated_object(other, false); | ||||
| if (mesh_other) { | if (mesh_other) { | ||||
| Object *object = ctx->object; | Object *object = ctx->object; | ||||
| Context not available. | |||||