From a16e5b8efa8be09362d5e56812221db4705b0e26 Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Thu, 27 Sep 2018 15:54:10 +0200 Subject: Cleanup: remove unused DerivedMesh code. Differential Revision: https://developer.blender.org/D3736 --- source/blender/depsgraph/DEG_depsgraph_build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph/DEG_depsgraph_build.h') diff --git a/source/blender/depsgraph/DEG_depsgraph_build.h b/source/blender/depsgraph/DEG_depsgraph_build.h index 30fefb7d4e4..24850c45d3a 100644 --- a/source/blender/depsgraph/DEG_depsgraph_build.h +++ b/source/blender/depsgraph/DEG_depsgraph_build.h @@ -113,7 +113,7 @@ typedef enum eDepsObjectComponentType { DEG_OB_COMP_ANIMATION, /* Transform Component (Parenting/Constraints) */ DEG_OB_COMP_TRANSFORM, - /* Geometry Component (DerivedMesh/Displist) */ + /* Geometry Component (Mesh/Displist) */ DEG_OB_COMP_GEOMETRY, /* Evaluation-Related Outer Types (with Subdata) */ -- cgit v1.2.3