Depsgraph: Initial work to cover sequencer
Just adds sequencer operation and links possible sound ID to it. No functional changes, just moving towards sound system integration into the dependency graph.
This commit is contained in:
@@ -185,6 +185,9 @@ const char *operationCodeAsString(OperationCode opcode)
|
||||
/* Generic datablock. */
|
||||
case OperationCode::GENERIC_DATABLOCK_UPDATE:
|
||||
return "GENERIC_DATABLOCK_UPDATE";
|
||||
/* Sequencer. */
|
||||
case OperationCode::SEQUENCES_EVAL:
|
||||
return "SEQUENCES_EVAL";
|
||||
/* instancing/duplication. */
|
||||
case OperationCode::DUPLI:
|
||||
return "DUPLI";
|
||||
|
||||
Reference in New Issue
Block a user