Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_mesh.c
| Context not available. | |||||
| } | } | ||||
| else if (do_sharp_edges_tag) { | else if (do_sharp_edges_tag) { | ||||
| /* Note that we do not care about the other sharp-edge cases (sharp poly, non-manifold edge, etc.), | /* Note that we do not care about the other sharp-edge cases (sharp poly, non-manifold edge, etc.), | ||||
| * only tag edge as sharp when it is due to angle threashold. */ | * only tag edge as sharp when it is due to angle threshold. */ | ||||
| BM_elem_flag_disable(e, BM_ELEM_SMOOTH); | BM_elem_flag_disable(e, BM_ELEM_SMOOTH); | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| /** | /** | ||||
| * Auxillary function only used by rebuild to detect if any spaces were not marked as invalid. | * Auxiliary function only used by rebuild to detect if any spaces were not marked as invalid. | ||||
| * Reports error if any of the lnor spaces change after rebuilding, meaning that all the possible | * Reports error if any of the lnor spaces change after rebuilding, meaning that all the possible | ||||
| * lnor spaces to be rebuilt were not correctly marked. | * lnor spaces to be rebuilt were not correctly marked. | ||||
| */ | */ | ||||
| Context not available. | |||||