Merge branch 'master' into blender2.8

This commit is contained in:
2018-02-15 14:15:55 +01:00
94 changed files with 273 additions and 271 deletions

View File

@@ -128,5 +128,5 @@ void DEG_evaluate_on_framechange(EvaluationContext *eval_ctx,
bool DEG_needs_eval(Depsgraph *graph)
{
DEG::Depsgraph *deg_graph = reinterpret_cast<DEG::Depsgraph *>(graph);
return BLI_gset_size(deg_graph->entry_tags) != 0;
return BLI_gset_len(deg_graph->entry_tags) != 0;
}