Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_decimate_collapse.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_decimate_collapse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_decimate_collapse.c b/source/blender/bmesh/tools/bmesh_decimate_collapse.c
index 8d4c831cbc1..7900aba0086 100644
--- a/source/blender/bmesh/tools/bmesh_decimate_collapse.c
+++ b/source/blender/bmesh/tools/bmesh_decimate_collapse.c
@@ -286,7 +286,7 @@ static void bm_decim_build_edge_cost_single(BMEdge *e,
}
/* note, 'cost' shouldn't be negative but happens sometimes with small values.
- * this can cause faces that make up a flat surface to over-collapse, see [#37121] */
+ * this can cause faces that make up a flat surface to over-collapse, see T37121. */
cost = fabsf(cost);
#ifdef USE_TOPOLOGY_FALLBACK