[Bf-blender-cvs] [2469ddc1a94] master: Cleanup: correct last spelling cleanup

Campbell Barton noreply at git.blender.org
Fri Jan 22 07:12:31 CET 2021


Commit: 2469ddc1a9430377756f66edb2c14a8c7dd79f2f
Author: Campbell Barton
Date:   Fri Jan 22 17:10:41 2021 +1100
Branches: master
https://developer.blender.org/rB2469ddc1a9430377756f66edb2c14a8c7dd79f2f

Cleanup: correct last spelling cleanup

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

M	source/blender/depsgraph/intern/builder/deg_builder_relations.cc

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

diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
index 4fe9484eb17..13bfd4a220d 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
@@ -1797,7 +1797,7 @@ void DepsgraphRelationBuilder::build_rigidbody(Scene *scene)
                      RELATION_FLAG_GODMODE);
       }
 
-      /* Final transform is wherever solver gave to us. */
+      /* Final transform is whatever the solver gave to us. */
       if (object->rigidbody_object->type == RBO_TYPE_ACTIVE) {
         /* We do not have to update the objects final transform after the simulation if it is
          * passive or controlled by the animation system in blender.



More information about the Bf-blender-cvs mailing list