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>2019-05-23 00:34:07 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-05-23 00:36:02 +0300
commitceed34aac18e578109a79d3fe945493a29e8c27e (patch)
tree6426cb8e94c5de48fda16c805d8ec054a1977df3 /source/blender/blenkernel/BKE_library.h
parent91aafd56e3af8313b49a87a9821c9abe9b901126 (diff)
parent3a702ec028231e7deb012edac3eee5ed7f2436d4 (diff)
Merge branch 'blender2.7'
Conflicts: source/blender/blenkernel/intern/library.c source/blender/blenloader/intern/readfile.c source/blender/editors/screen/screen_edit.c
Diffstat (limited to 'source/blender/blenkernel/BKE_library.h')
-rw-r--r--source/blender/blenkernel/BKE_library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_library.h b/source/blender/blenkernel/BKE_library.h
index 54b9fdac5b4..818fbce4f9a 100644
--- a/source/blender/blenkernel/BKE_library.h
+++ b/source/blender/blenkernel/BKE_library.h
@@ -218,6 +218,8 @@ void BKE_main_id_flag_all(struct Main *bmain, const int flag, const bool value);
void BKE_main_id_clear_newpoins(struct Main *bmain);
+void BLE_main_id_refcount_recompute(struct Main *bmain, const bool do_linked_only);
+
void BKE_main_lib_objects_recalc_all(struct Main *bmain);
/* Only for repairing files via versioning, avoid for general use. */