Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-11-15 18:18:59 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-11-15 18:18:59 +0300
commitaf0e6b31a5b06521ef541d8e2adc2b0777c880f9 (patch)
tree8d2c9386401c4924fc838b5e91c3ce2af28100de /source/blender/blenkernel/BKE_library.h
parent9019f8ca95d3316cd45abe024ac71d21a9793044 (diff)
Depsgraph: Fix frash with iTaSC solver
This commit reverts part of a fix for T33275, but things are: - I can not reproduce the original issue at all, so doesn't seem to cause any regressions. - It is really bad idea to do delayed initialization in the threaded environment, it's a straight way to some nasty issues. - We can't do things like this anyway because we go more granular, meaning such a delayed initialization will fail in the case of having several IK solvers (unless they properly accommodate to changed bone head). - Verified the fix with various files from Mango project and all of them seems to work nice with new depednency graph now (old depsgraph has some flickering, but it's not related on DEG itself, but on an environment with lots of proxies and threaded evaluation and it is not a new behavior).
Diffstat (limited to 'source/blender/blenkernel/BKE_library.h')
0 files changed, 0 insertions, 0 deletions