[Bf-blender-cvs] [c02f9bc] master: Revert "Depsgraph: Prioritize evaluation of the new scheduled nodes"

Sergey Sharybin noreply at git.blender.org
Tue Sep 6 16:45:06 CEST 2016


Commit: c02f9bc5697cae47da81b9e54e9a3794fefbe499
Author: Sergey Sharybin
Date:   Tue Sep 6 16:43:26 2016 +0200
Branches: master
https://developer.blender.org/rBc02f9bc5697cae47da81b9e54e9a3794fefbe499

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.

===================================================================

M	source/blender/depsgraph/intern/eval/deg_eval.cc

===================================================================

diff --git a/source/blender/depsgraph/intern/eval/deg_eval.cc b/source/blender/depsgraph/intern/eval/deg_eval.cc
index f8cca53..c3fd202 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval.cc
@@ -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);
 				}
 			}




More information about the Bf-blender-cvs mailing list