X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/c1cf4c29da23d27bf81746ae0e000e10d4d3147a..4a3067410250eeae578b87a5d4f629fa1455bc43:/source/blender/depsgraph/intern/node/deg_node_operation.h diff --git a/source/blender/depsgraph/intern/node/deg_node_operation.h b/source/blender/depsgraph/intern/node/deg_node_operation.h index 30818c20d69..7a6df7cf161 100644 --- a/source/blender/depsgraph/intern/node/deg_node_operation.h +++ b/source/blender/depsgraph/intern/node/deg_node_operation.h @@ -174,6 +174,9 @@ enum class OperationCode { /* Generic datablock ---------------------------------------------------- */ GENERIC_DATABLOCK_UPDATE, + + /* Duplication/instancing system. --------------------------------------- */ + DUPLI, }; const char *operationCodeAsString(OperationCode opcode);