From b9eac0bb44fbb4e8d16a74fab8e0d9bc37bfebd3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Apr 2019 08:40:49 +0200 Subject: Cleanup: spelling --- source/blender/editors/space_nla/nla_buttons.c | 2 +- source/blender/editors/space_nla/nla_edit.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c index 049342b0244..b06b7120faf 100644 --- a/source/blender/editors/space_nla/nla_buttons.c +++ b/source/blender/editors/space_nla/nla_buttons.c @@ -360,7 +360,7 @@ static void nla_panel_properties(const bContext *C, Panel *pa) row = uiLayoutRow(layout, true); uiItemR(row, &strip_ptr, "blend_type", 0, NULL, ICON_NONE); - /* blend in/out + autoblending + /* Blend in/out + auto-blending: * - blend in/out can only be set when autoblending is off */ column = uiLayoutColumn(layout, true); diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c index a92a2ec66ca..1d21619fbd1 100644 --- a/source/blender/editors/space_nla/nla_edit.c +++ b/source/blender/editors/space_nla/nla_edit.c @@ -1269,8 +1269,8 @@ static void nlaedit_split_strip_actclip(Main *bmain, AnimData *adt, NlaTrack *nl nstrip = BKE_nlastrip_copy(bmain, strip, true, 0); BLI_insertlinkafter(&nlt->strips, strip, nstrip); - /* set the endpoint of the first strip and the start of the new strip - * to the splitframe values calculated above + /* Set the endpoint of the first strip and the start of the new strip + * to the split-frame values calculated above. */ strip->end = splitframe; nstrip->start = splitframe; -- cgit v1.2.3