Depsgraph: Use operation code for file cache update

All done in separate commits, so it's easier to bisect just in case.
This commit is contained in:
2019-02-01 10:57:39 +01:00
parent 0d2dfd2e2d
commit b78f29b049
3 changed files with 6 additions and 1 deletions

View File

@@ -1617,7 +1617,7 @@ void DepsgraphNodeBuilder::build_cachefile(CacheFile *cache_file)
build_animdata(cache_file_id);
/* Cache evaluation itself. */
add_operation_node(cache_file_id, NodeType::CACHE, NULL,
OperationCode::PLACEHOLDER, "Cache File Update");
OperationCode::FILE_CACHE_UPDATE);
}
void DepsgraphNodeBuilder::build_mask(Mask *mask)