Go to file
Joshua Leung fedabce47c Bugfix #21757: Crash when setting up cyclic tracking dependencies (with old tracking)
Note that users should not be doing this anyway (and to some degree, I wish that they have to learn this the hard way - i.e. a crash as was before) since it is always bound to cause troubles of various sorts.

Having said this, the old tracking code was previously crashing if this sort of setup was created since a stack overflow would happen while bouncing between each object being recursively recalculated. I've fixed this by commenting out that recursive recalculation (solving the cyclic problems for n >= 2, while n=1 should still be fine without this pre-depsgraph hack), and also removing such cyclic dependencies in the n=2 case. 

(PS: Perhaps this is just a good opportunity to just remove this old feature instead ;)
2010-03-26 01:11:03 +00:00
bin/.blender Move Korean file from kr to ko also updated it to newer file. 2008-09-29 15:02:20 +00:00
CMake Fix linking cmake on non-windows platforms (ELSEIF -> ELSE ) :) 2010-01-17 22:12:00 +00:00
config confirmed with multiple people that Collada builds fine with mingw win32 on scons. So setting it back to true by default. 2010-03-12 20:08:13 +00:00
doc correct fsf address 2010-02-12 13:34:04 +00:00
extern Fix syntax for ID keyword. 2010-03-21 01:14:04 +00:00
intern Replacing NAN with C++ limits version, hope that works for MSVC... 2010-03-20 16:28:51 +00:00
po Make verification of committed .mo files optional. 2009-09-15 22:34:10 +00:00
projectfiles 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
projectfiles_vc7 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
projectfiles_vc9 MSVC 9 projectfiles 2010-03-24 19:04:17 +00:00
release fix for incorrect args, before pyapi fixes these were ignored. 2010-03-25 13:53:24 +00:00
source Bugfix #21757: Crash when setting up cyclic tracking dependencies (with old tracking) 2010-03-26 01:11:03 +00:00
tools revert joes commit and apply change from Aligorith. 2010-02-13 10:55:04 +00:00
CMakeLists.txt merge own commits into render branch into trunk since 27560 2010-03-20 16:41:01 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile Makefile updates for Blender 2.5 (from GSR) 2009-03-19 01:50:45 +00:00
SConstruct scons build systems 2010-03-08 20:37:45 +00:00