Cleanup: update username in code-comments: campbellbarton -> ideasman42

Gitea migration changed my username, update code-comments.
This commit is contained in:
2023-02-09 11:30:25 +11:00
parent 5f842ef336
commit 0381fe7bfe
117 changed files with 166 additions and 167 deletions

View File

@@ -322,7 +322,7 @@ void ui_but_anim_decorate_cb(bContext *C, void *arg_but, void * /*arg_dummy*/)
return;
}
/* FIXME(@campbellbarton): swapping active pointer is weak. */
/* FIXME(@ideasman42): swapping active pointer is weak. */
std::swap(but_anim->active, but_decorate->active);
wm->op_undo_depth++;