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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user