From 014276a11cd24825ca9d3ea2e21682a5557d38da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 29 Aug 2020 13:41:02 +1000 Subject: Cleanup: spelling --- source/blender/blenkernel/intern/constraint.c | 2 +- source/blender/blenkernel/intern/curve.c | 5 +++-- source/blender/blenkernel/intern/lib_id.c | 2 +- source/blender/blenkernel/intern/lib_override.c | 12 ++++++------ source/blender/blenkernel/intern/softbody.c | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) (limited to 'source/blender/blenkernel/intern') diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c index e5a9ee53054..ee386b3403b 100644 --- a/source/blender/blenkernel/intern/constraint.c +++ b/source/blender/blenkernel/intern/constraint.c @@ -971,7 +971,7 @@ static void childof_evaluate(bConstraint *con, bConstraintOb *cob, ListBase *tar } /* Multiply together the target (parent) matrix, parent inverse, - * and the owner transform matrixto get the effect of this constraint + * and the owner transform matrix to get the effect of this constraint * (i.e. owner is 'parented' to parent). */ float orig_cob_matrix[4][4]; copy_m4_m4(orig_cob_matrix, cob->matrix); diff --git a/source/blender/blenkernel/intern/curve.c b/source/blender/blenkernel/intern/curve.c index 44d5bbfd710..4d6b8feea26 100644 --- a/source/blender/blenkernel/intern/curve.c +++ b/source/blender/blenkernel/intern/curve.c @@ -3321,8 +3321,9 @@ static void calchandlesNurb_intern(Nurb *nu, eBezTriple_Flag handle_sel_flag, bo } } -/* A utility function for allocating a number of arrays of the same length - * with easy error checking and deallocation, and an easy way to add or remove +/** + * A utility function for allocating a number of arrays of the same length + * with easy error checking and de-allocation, and an easy way to add or remove * arrays that are processed in this way when changing code. * * floats, chars: NULL-terminated arrays of pointers to array pointers that need to be allocated. diff --git a/source/blender/blenkernel/intern/lib_id.c b/source/blender/blenkernel/intern/lib_id.c index dfe939aa878..f8f171bd9d7 100644 --- a/source/blender/blenkernel/intern/lib_id.c +++ b/source/blender/blenkernel/intern/lib_id.c @@ -339,7 +339,7 @@ static int lib_id_expand_local_cb(LibraryIDLinkCallbackData *cb_data) int const cb_flag = cb_data->cb_flag; if (cb_flag & IDWALK_CB_LOOPBACK) { - /* We should never have anything to do with loopback pointers here. */ + /* We should never have anything to do with loop-back pointers here. */ return IDWALK_RET_NOP; } diff --git a/source/blender/blenkernel/intern/lib_override.c b/source/blender/blenkernel/intern/lib_override.c index e9244c5af73..2908ef133f0 100644 --- a/source/blender/blenkernel/intern/lib_override.c +++ b/source/blender/blenkernel/intern/lib_override.c @@ -1281,7 +1281,7 @@ bool BKE_lib_override_library_operations_create(Main *bmain, ID *local) if (!is_template) { /* Do not attempt to generate overriding rules from an empty place-holder generated by link - * code when it cannot find to actual library/ID. Much better to keep the local datablock as + * code when it cannot find to actual library/ID. Much better to keep the local data-block as * is in the file in that case, until broken lib is fixed. */ if (ID_MISSING(local->override_library->reference)) { return ret; @@ -1605,7 +1605,7 @@ void BKE_lib_override_library_update(Main *bmain, ID *local) } /* Do not attempt to apply overriding rules over an empty place-holder generated by link code - * when it cannot find to actual library/ID. Much better to keep the local datablock as loaded + * when it cannot find to actual library/ID. Much better to keep the local data-block as loaded * from the file in that case, until broken lib is fixed. */ if (ID_MISSING(local->override_library->reference)) { return; @@ -1645,7 +1645,7 @@ void BKE_lib_override_library_update(Main *bmain, ID *local) * manual handling here. */ BLI_strncpy(tmp_id->name, local->name, sizeof(tmp_id->name)); - /* Those ugly loopback pointers again... Luckily we only need to deal with the shape keys here, + /* Those ugly loop-back pointers again... Luckily we only need to deal with the shape keys here, * collections' parents are fully runtime and reconstructed later. */ Key *local_key = BKE_key_from_id(local); Key *tmp_key = BKE_key_from_id(tmp_id); @@ -1686,8 +1686,8 @@ void BKE_lib_override_library_update(Main *bmain, ID *local) BKE_id_free_ex(bmain, tmp_id, LIB_ID_FREE_NO_UI_USER, true); if (GS(local->name) == ID_AR) { - /* Funtime again, thanks to bone pointers in pose data of objects. We keep same ID addresses, - * but internal data has changed for sure, so we need to invalidate posebones caches. */ + /* Fun times again, thanks to bone pointers in pose data of objects. We keep same ID addresses, + * but internal data has changed for sure, so we need to invalidate pose-bones caches. */ LISTBASE_FOREACH (Object *, ob, &bmain->objects) { if (ob->pose != NULL && ob->data == local) { BLI_assert(ob->type == OB_ARMATURE); @@ -1700,7 +1700,7 @@ void BKE_lib_override_library_update(Main *bmain, ID *local) } if (local->override_library->storage) { - /* We know this datablock is not used anywhere besides local->override->storage. */ + /* We know this data-block is not used anywhere besides local->override->storage. */ /* XXX For until we get fully shadow copies, we still need to ensure storage releases * its usage of any ID pointers it may have. */ BKE_id_free_ex(bmain, local->override_library->storage, LIB_ID_FREE_NO_UI_USER, true); diff --git a/source/blender/blenkernel/intern/softbody.c b/source/blender/blenkernel/intern/softbody.c index 6a6f74d9fb4..4d3e8b55404 100644 --- a/source/blender/blenkernel/intern/softbody.c +++ b/source/blender/blenkernel/intern/softbody.c @@ -955,7 +955,7 @@ static void free_softbody_intern(SoftBody *sb) * (only needs the current particle position) * * it actually checks if the particle intrudes a short range force field generated - * by the faces of the target object and returns a force to drive the particel out + * by the faces of the target object and returns a force to drive the particle out * the strength of the field grows exponentially if the particle is on the 'wrong' side of the face * 'wrong' side : projection to the face normal is negative (all referred to a vertex in the face) * -- cgit v1.2.3