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>2019-10-10 12:03:58 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-10-11 11:42:45 +0300
commitc9d6eb4fb42b231037b00d64602ab0c589120cbb (patch)
tree066c13998ed9d6e416fc04165b4dbf6939c1e8c9 /source/blender/depsgraph/intern/depsgraph.h
parentf9b7f3e930bd5d8dfa7d894df8cd841a71879c0e (diff)
Depsgraph: Cleanup, promote is_evaluating query
This way it might be used for sanity checks in RNA API as well.
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index 30ae4edde34..43829f4e045 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -198,7 +198,7 @@ struct Depsgraph {
int debug_flags;
string debug_name;
- bool debug_is_evaluating;
+ bool is_evaluating;
/* Is set to truth for dependency graph which are used for post-processing (compositor and
* sequencer).