Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/editobject.c')
-rw-r--r--source/blender/src/editobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editobject.c b/source/blender/src/editobject.c
index 41ea244c3e7..6b9344a5014 100644
--- a/source/blender/src/editobject.c
+++ b/source/blender/src/editobject.c
@@ -6466,7 +6466,7 @@ void make_local(void)
mode= pupmenu("Make Local%t|Selected %x1|All %x2");
if(mode==2) {
- all_local();
+ all_local(NULL); // NULL is all libs
allqueue(REDRAWALL, 0);
return;
}