[Bf-blender-cvs] [927448a1da2] master: Cleanup: typos in comment.

Bastien Montagne noreply at git.blender.org
Wed Jul 1 18:10:16 CEST 2020


Commit: 927448a1da24d7f93d557d55f68427cb6c659a54
Author: Bastien Montagne
Date:   Wed Jul 1 18:09:45 2020 +0200
Branches: master
https://developer.blender.org/rB927448a1da24d7f93d557d55f68427cb6c659a54

Cleanup: typos in comment.

===================================================================

M	source/blender/editors/object/object_relations.c

===================================================================

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);



More information about the Bf-blender-cvs mailing list