Cleanup: use own username in code-comment tags

This commit is contained in:
2022-08-09 14:18:18 +10:00
parent eab988c9f6
commit c7a7aee004
78 changed files with 102 additions and 103 deletions

View File

@@ -82,7 +82,7 @@ struct ScanFillEdge *BLI_scanfill_edge_add(ScanFillContext *sf_ctx,
struct ScanFillVert *v2);
enum {
/* NOTE(campbell): using BLI_SCANFILL_CALC_REMOVE_DOUBLES
/* NOTE(@campbellbarton): using #BLI_SCANFILL_CALC_REMOVE_DOUBLES
* Assumes ordered edges, otherwise we risk an eternal loop
* removing double verts. */
BLI_SCANFILL_CALC_REMOVE_DOUBLES = (1 << 1),