Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_boolean.c
| Show First 20 Lines • Show All 310 Lines • ▼ Show 20 Lines | #endif | ||||
| false, | false, | ||||
| false, | false, | ||||
| bmd->operation, | bmd->operation, | ||||
| bmd->double_threshold); | bmd->double_threshold); | ||||
| MEM_freeN(looptris); | MEM_freeN(looptris); | ||||
| } | } | ||||
| result = BKE_mesh_from_bmesh_for_eval_nomain(bm, NULL); | result = BKE_mesh_from_bmesh_for_eval_nomain(bm, NULL, mesh); | ||||
| BM_mesh_free(bm); | BM_mesh_free(bm); | ||||
| result->runtime.cd_dirty_vert |= CD_MASK_NORMAL; | result->runtime.cd_dirty_vert |= CD_MASK_NORMAL; | ||||
| #ifdef DEBUG_TIME | #ifdef DEBUG_TIME | ||||
| TIMEIT_END(boolean_bmesh); | TIMEIT_END(boolean_bmesh); | ||||
| #endif | #endif | ||||
| ▲ Show 20 Lines • Show All 48 Lines • Show Last 20 Lines | |||||