[Bf-blender-cvs] [619c65a4b33] master: Cleanup: Update comment

Dalai Felinto noreply at git.blender.org
Fri Mar 1 15:45:33 CET 2019


Commit: 619c65a4b3372b45a8d6d7317672c48d248104ca
Author: Dalai Felinto
Date:   Tue Feb 26 18:30:01 2019 -0300
Branches: master
https://developer.blender.org/rB619c65a4b3372b45a8d6d7317672c48d248104ca

Cleanup: Update comment

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

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

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

diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index 68dcbd48428..53eee87726c 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -1948,7 +1948,7 @@ void BKE_library_make_local(
 			else {
 				/* we can switch the proxy'ing from the linked-in to the made-local proxy.
 				 * BKE_object_make_proxy() shouldn't be used here, as it allocates memory that
-				 * was already allocated by BKE_object_make_local_ex() (which called BKE_object_copy_ex). */
+				 * was already allocated by BKE_object_make_local_ex() (which called BKE_object_copy). */
 				ob_new->proxy = ob->proxy;
 				ob_new->proxy_group = ob->proxy_group;
 				ob_new->proxy_from = ob->proxy_from;



More information about the Bf-blender-cvs mailing list