Commit: 29c28ac022a8c8a4c03b57048ea1c87ab4702469
Author: Campbell Barton
Date:   Thu Aug 13 16:36:20 2020 +1000
Branches: blender-v2.90-release
https://developer.blender.org/rB29c28ac022a8c8a4c03b57048ea1c87ab4702469

Cleanup: incorrect comment wrapping

Missed this comment when updating fix for T77409.

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

M       source/blender/blenkernel/intern/object_dupli.c

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

diff --git a/source/blender/blenkernel/intern/object_dupli.c 
b/source/blender/blenkernel/intern/object_dupli.c
index 2c399183899..fa2ea0a8e8f 100644
--- a/source/blender/blenkernel/intern/object_dupli.c
+++ b/source/blender/blenkernel/intern/object_dupli.c
@@ -834,8 +834,8 @@ static DupliObject *face_dupli(const DupliContext *ctx,
   /* Make offset relative to inst_ob using relative child transform. */
   mul_mat3_m4_v3(child_imat, obmat[3]);
 
-  /* XXX ugly hack to ensure same behavior as in master this should not be 
needed,
-   * #Object.parentinv is not consistent outside of parenting. */
+  /* XXX ugly hack to ensure same behavior as in master.
+   * This should not be needed, #Object.parentinv is not consistent outside of 
parenting. */
   {
     float imat[3][3];
     copy_m3_m4(imat, inst_ob->parentinv);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to