[Bf-blender-cvs] [d6ac293bd4e] blender2.8: Cleanup: comment

Dalai Felinto noreply at git.blender.org
Tue Jun 26 11:07:41 CEST 2018


Commit: d6ac293bd4e249073f38d6010a0aedbf856d2d50
Author: Dalai Felinto
Date:   Tue Jun 26 11:05:59 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBd6ac293bd4e249073f38d6010a0aedbf856d2d50

Cleanup: comment

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

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

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

diff --git a/source/blender/blenkernel/intern/object.c b/source/blender/blenkernel/intern/object.c
index f31aa36de5f..210e6f096b8 100644
--- a/source/blender/blenkernel/intern/object.c
+++ b/source/blender/blenkernel/intern/object.c
@@ -404,10 +404,9 @@ void BKE_object_free_caches(Object *object)
 		}
 	}
 
-	/* NOTE: If object ios copming from a duplicator, it might be a temporary
+	/* NOTE: If object is coming from a duplicator, it might be a temporary
 	 * object created by dependency graph, which shares pointers with original
-	 * object.
-	 * In this case we can not free anything.
+	 * object. In this case we can not free anything.
 	 */
 	if ((object->base_flag & BASE_FROMDUPLI) == 0) {
 		BKE_object_free_derived_caches(object);



More information about the Bf-blender-cvs mailing list