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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-11-30 13:59:28 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-11-30 13:59:28 +0300
commitced2f3f30e8ce2baad5ec9f427803c40011f6642 (patch)
treeb92e555c6d48a28d5fe64205b955743ff7fe71cf /source/blender/depsgraph/DEG_depsgraph.h
parent03a5eccc945497da3cffafdf050c17fb4ccf999c (diff)
parent059b878240a93a022eadce74b387ee737f8f1ab5 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h
index b95fea24053..6bcbff4950b 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -179,10 +179,9 @@ void DEG_graph_id_tag_update(struct Main *bmain,
struct ID *id,
int flag);
-/* Tag given ID type for update.
- *
- * Used by all sort of render engines to quickly check if
- * IDs of a given type need to be checked for update.
+/* Mark a particular datablock type as having changing. This does
+ * not cause any updates but is used by external render engines to detect if for
+ * example a datablock was removed.
*/
void DEG_id_type_tag(struct Main *bmain, short id_type);