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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-01-16 14:46:04 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-01-16 14:47:14 +0300
commit724809655c891b13bba49b60cbb2ddab3d54f18a (patch)
treeb083549721b133d5b1871ef4b98fc504097fd590 /source/blender/blenkernel/intern/library_query.c
parent2c5bc023c23c68c39b373b34363542a390e82cb9 (diff)
Fix (unreported) missing scene->gm.dome.warptext in libquery looper.
Diffstat (limited to 'source/blender/blenkernel/intern/library_query.c')
-rw-r--r--source/blender/blenkernel/intern/library_query.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/library_query.c b/source/blender/blenkernel/intern/library_query.c
index 7936aab6700..293b2408cc6 100644
--- a/source/blender/blenkernel/intern/library_query.c
+++ b/source/blender/blenkernel/intern/library_query.c
@@ -303,6 +303,8 @@ void BKE_library_foreach_ID_link(ID *id, LibraryIDLinkCallback callback, void *u
BKE_rigidbody_world_id_loop(scene->rigidbody_world, library_foreach_rigidbodyworldSceneLooper, &data);
}
+ CALLBACK_INVOKE(scene->gm.dome.warptext, IDWALK_NOP);
+
break;
}