Go to file
Sergey Sharybin af0e6b31a5 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).
2016-11-15 16:18:59 +01:00
build_files intsall_deps / OSL use c++11 ABI when install_deps is asking for c++11 2016-11-14 09:59:30 +01:00
doc Fix T50007: blender offline python documentation in zipped HTML files, not shown correctly. 2016-11-13 12:06:26 +01:00
extern Ceres: Update to the latest actual version 2016-11-01 11:29:33 +01:00
intern Atomics: Add some extra utility functions 2016-11-15 13:41:08 +01:00
release Fix menu inconsistencies 2016-11-15 16:07:32 +01:00
source Depsgraph: Fix frash with iTaSC solver 2016-11-15 16:18:59 +01:00
tests tests: Update hash for OBJ 2016-11-02 15:35:18 +01:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Update .gitignore to some more generated/non-git-stored files. 2016-08-21 22:40:57 +02:00
.gitmodules Add developer tools submodule 2016-07-15 01:28:00 +10:00
CMakeLists.txt change default for quicktime suport for macOS to off 2016-11-05 14:23:00 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Cleanup: line length 2016-07-15 01:26:26 +10:00
make.bat [msvc/make.bat] Detect spaces in the build path and error out. 2016-11-01 15:30:12 -06:00