Revert "Depsgraph: Prioritize evaluation of the new scheduled nodes"

This reverts commit 9444cd56db1a4e43d03fa8c735cd893b2e74b913.

This commit caused some flickering in the bones when swapping IK to Fk.

While it's unclear why such change caused any regressions, let's revert
it to unlock the studio.
This commit is contained in:
Sergey Sharybin 2016-09-06 16:43:26 +02:00
parent abd54f1ed2
commit c02f9bc569

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