Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2020-07-01 19:09:45 +0300
committerBastien Montagne <bastien@blender.org>2020-07-01 19:10:05 +0300
commit927448a1da24d7f93d557d55f68427cb6c659a54 (patch)
treeaacdc0c25357d2d02959a28bd50858dd687b813b /source/blender/editors/object
parente9d1d1f7258055a1dad5428e38656181d0204d08 (diff)
Cleanup: typos in comment.
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_relations.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index 509b70f849e..a421fd6315c 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -2409,9 +2409,9 @@ static int make_override_library_exec(bContext *C, wmOperator *op)
}
}
- /* The we tag all intermediary data-blocks in-between to overridden ones (e.g. if a shapekey has
- * a driver using an armature object's bone, we need to override the shapekey/obdata, the objects
- * using them, etc.) */
+ /* Then we tag all intermediary data-blocks in-between two overridden ones (e.g. if a shapekey
+ * has a driver using an armature object's bone, we need to override the shapekey/obdata, the
+ * objects using them, etc.) */
make_override_hierarchy_recursive_tag(bmain, id_root);
BKE_main_relations_free(bmain);