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-06-28 11:13:57 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-06-28 11:13:57 +0300
commiteac11046a151dd1dfc175f2c3faf00a3baa99956 (patch)
tree755b015ce271e1118f299885961b066eec505e55 /source/blender/depsgraph/intern/node/deg_node.h
parent2110f4a76c0c473cec984ca9048f88e7f87f810b (diff)
Fix T62990: Selecting bones causes pose to be re-evaluated
Diffstat (limited to 'source/blender/depsgraph/intern/node/deg_node.h')
-rw-r--r--source/blender/depsgraph/intern/node/deg_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/node/deg_node.h b/source/blender/depsgraph/intern/node/deg_node.h
index e350cc9a6f4..705dae41470 100644
--- a/source/blender/depsgraph/intern/node/deg_node.h
+++ b/source/blender/depsgraph/intern/node/deg_node.h
@@ -94,6 +94,7 @@ enum class NodeType {
OBJECT_FROM_LAYER,
/* Audio-related evaluation. */
AUDIO,
+ ARMATURE,
/* Un-interestying datablock, which is a part of dependency graph, but does
* not have very distinctive update procedure. */
GENERIC_DATABLOCK,