From 6706ae57123357a9e2e3ea518cbafefe55f1cf15 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 4 Mar 2020 21:45:40 +1100 Subject: Cleanup: spelling --- source/blender/editors/sculpt_paint/paint_vertex.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_vertex.c') diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c index 345a0a95479..6e96b9acca5 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex.c +++ b/source/blender/editors/sculpt_paint/paint_vertex.c @@ -2332,8 +2332,8 @@ static void wpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P swap_m4m4(vc->rv3d->persmat, mat); - /* calculate pivot for rotation around seletion if needed */ - /* also needed for "Frame Selected" on last stroke */ + /* Calculate pivot for rotation around selection if needed. + * also needed for "Frame Selected" on last stroke. */ float loc_world[3]; mul_v3_m4v3(loc_world, ob->obmat, ss->cache->true_location); paint_last_stroke_update(scene, loc_world); @@ -3312,8 +3312,8 @@ static void vpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P vpd->smear.color_prev, vpd->smear.color_curr, sizeof(uint) * ((Mesh *)ob->data)->totloop); } - /* calculate pivot for rotation around seletion if needed */ - /* also needed for "Frame Selected" on last stroke */ + /* Calculate pivot for rotation around selection if needed. + * also needed for "Frame Selected" on last stroke. */ float loc_world[3]; mul_v3_m4v3(loc_world, ob->obmat, ss->cache->true_location); paint_last_stroke_update(scene, loc_world); -- cgit v1.2.3