[Bf-blender-cvs] [7aa0103] blender-v2.78-release: Revert "Depsgraph: Prioritize evaluation of the new scheduled nodes"

Sergey Sharybin noreply at git.blender.org
Wed Sep 14 10:38:28 CEST 2016


Commit: 7aa0103ca248237067165b7149499dee9a9d9d90
Author: Sergey Sharybin
Date:   Tue Sep 6 16:43:26 2016 +0200
Branches: blender-v2.78-release
https://developer.blender.org/rB7aa0103ca248237067165b7149499dee9a9d9d90

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