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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-05-30 14:57:30 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-05-30 15:07:22 +0300
commit8ed723745e1bf939ed59062256cf7808219d8748 (patch)
treee71ab7c9c775462e43e0a44df6449468fe74dba1 /source/blender/depsgraph/intern/depsgraph_tag.cc
parent292125bfd35942ff12b1fe8e997e0417175e9947 (diff)
Fix unnecessary Cycles render updates when selecting objects.
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_tag.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index 1792df6856d..b1645b0cb49 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -349,11 +349,11 @@ void deg_graph_id_tag_legacy_compat(Main *bmain,
}
}
-void deg_graph_id_tag_update_single_flag(Main *bmain,
- Depsgraph *graph,
- ID *id,
- IDDepsNode *id_node,
- eDepsgraph_Tag tag)
+static void deg_graph_id_tag_update_single_flag(Main *bmain,
+ Depsgraph *graph,
+ ID *id,
+ IDDepsNode *id_node,
+ eDepsgraph_Tag tag)
{
if (tag == DEG_TAG_EDITORS_UPDATE) {
if (graph != NULL) {