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-12-20 18:15:55 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-20 18:15:55 +0300
commit5b1404f0665d7e110e60ebea8a1029a5f7f15a70 (patch)
tree2be03cbb0f3889bcc7fcd3cad4b0090e13320040 /source/blender/depsgraph/intern/depsgraph.h
parent1e236deab3636984054fed4920c477b56934fe6a (diff)
Depsgraph: Add utility function to unlink relation from graph
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index be20b20a2ac..ce56d67b6de 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -84,6 +84,8 @@ struct DepsRelation {
const char *description);
~DepsRelation();
+
+ void unlink();
};
/* ********* */