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;

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

Reply via email to