Depsgraph: Prioritize evaluation of the new scheduled nodes

The idea here is again to finish objects evaluation as soon as possible.

Seems to be giving another 3% speedup in the barber scenes.
This commit is contained in:
Sergey Sharybin
2016-08-25 16:08:41 +02:00
parent 84be763be2
commit 9444cd56db

View File

@@ -304,7 +304,7 @@ static void schedule_node(TaskPool *pool, Depsgraph *graph, unsigned int layers,
deg_task_run_func,
node,
false,
TASK_PRIORITY_LOW,
TASK_PRIORITY_HIGH,
thread_id);
}
}