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:
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index 27e1a5fb7dd..249740c2c2a 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -584,6 +584,9 @@ eDepsNode_Type deg_geometry_tag_to_component(const ID *id)
break;
}
case ID_ME:
+ case ID_CU:
+ case ID_LT:
+ case ID_MB:
return DEG_NODE_TYPE_GEOMETRY;
case ID_PA: /* Particles */
return DEG_NODE_TYPE_UNDEFINED;