From 26f330ea4ca02f2bc3e78381d90a17d9d0c66337 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Sep 2022 15:24:37 +1000 Subject: Cleanup: format, spelling in comments --- source/blender/editors/space_view3d/space_view3d.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_view3d') diff --git a/source/blender/editors/space_view3d/space_view3d.cc b/source/blender/editors/space_view3d/space_view3d.cc index 1b168ca1dda..40504801f67 100644 --- a/source/blender/editors/space_view3d/space_view3d.cc +++ b/source/blender/editors/space_view3d/space_view3d.cc @@ -178,9 +178,9 @@ void ED_view3d_init_mats_rv3d_gl(const struct Object *ob, struct RegionView3D *r { ED_view3d_init_mats_rv3d(ob, rv3d); - /* we have to multiply instead of loading viewmatob to make - * it work with duplis using displists, otherwise it will - * override the dupli-matrix */ + /* We have to multiply instead of loading `viewmatob` to make + * it work with duplis using display-lists, otherwise it will + * override the dupli-matrix. */ GPU_matrix_mul(ob->obmat); } @@ -1929,7 +1929,7 @@ static void view3d_id_remap_v3d_ob_centers(View3D *v3d, const struct IDRemapper { if (BKE_id_remapper_apply(mappings, (ID **)&v3d->ob_center, ID_REMAP_APPLY_DEFAULT) == ID_REMAP_RESULT_SOURCE_UNASSIGNED) { - /* Otherwise, bonename may remain valid... + /* Otherwise, bone-name may remain valid... * We could be smart and check this, too? */ v3d->ob_center_bone[0] = '\0'; } -- cgit v1.2.3