From c1cf4c29da23d27bf81746ae0e000e10d4d3147a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 1 Feb 2019 10:42:50 +0100 Subject: Depsgraph: Use operation code for geometry evaluation done --- source/blender/depsgraph/intern/node/deg_node_operation.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/depsgraph/intern/node/deg_node_operation.cc') diff --git a/source/blender/depsgraph/intern/node/deg_node_operation.cc b/source/blender/depsgraph/intern/node/deg_node_operation.cc index 90044519596..72256e35ea8 100644 --- a/source/blender/depsgraph/intern/node/deg_node_operation.cc +++ b/source/blender/depsgraph/intern/node/deg_node_operation.cc @@ -66,6 +66,7 @@ const char *operationCodeAsString(OperationCode opcode) /* Geometry. */ case OperationCode::GEOMETRY_EVAL_INIT: return "GEOMETRY_EVAL_INIT"; case OperationCode::GEOMETRY_EVAL: return "GEOMETRY_EVAL"; + case OperationCode::GEOMETRY_EVAL_DONE: return "GEOMETRY_EVAL_DONE"; case OperationCode::GEOMETRY_SHAPEKEY: return "GEOMETRY_SHAPEKEY"; /* Object data. */ case OperationCode::LIGHT_PROBE_EVAL: return "LIGHT_PROBE_EVAL"; -- cgit v1.2.3