Fix T40215: Boolean looses bevel width

This commit is contained in:
Campbell Barton 2014-05-22 16:43:38 +10:00
parent 07ffd9c790
commit d27d982657
Notes: blender-bot 2023-02-14 10:38:53 +01:00
Referenced by issue #40215, Bugs with Edge Flags and Booleans
1 changed files with 1 additions and 0 deletions

View File

@ -789,6 +789,7 @@ DerivedMesh *NewBooleanDerivedMesh(DerivedMesh *dm, struct Object *ob,
/* Free memory used by export mesh. */
BLI_ghash_free(export_data.material_hash, NULL, NULL);
output_dm->cd_flag |= dm->cd_flag | dm_select->cd_flag;
output_dm->dirty |= DM_DIRTY_NORMALS;
carve_deleteMesh(output);
}