projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbab52e
)
Cleanup: Update comment
author
Dalai Felinto <dfelinto@gmail.com>
Tue, 26 Feb 2019 21:30:01 +0000
(18:30 -0300)
committer
Dalai Felinto <dfelinto@gmail.com>
Fri, 1 Mar 2019 14:44:19 +0000
(11:44 -0300)
source/blender/blenkernel/intern/library.c
patch
|
blob
|
history
diff --git
a/source/blender/blenkernel/intern/library.c
b/source/blender/blenkernel/intern/library.c
index 68dcbd484286ce7e822dfdb15bdbb8d10992c9ed..53eee87726c0d4f731dc2d669710008bad3ae7f2 100644
(file)
--- 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;