blender/source
Sergey Sharybin f2309ba579 Fix T38824: curve which is constrained on a hidden layer causes cycles crash
Issue was caused by cycles setting scene frame which will update scene for
all the layers (not just visible ones) which confuses depsgraph making
objects which are needed as dependency are not really evaluated.

Made it so setting frame via scene.frame_set() which check whether update
need to be flushed to an invisible objects and do this if so.

Not ideal solution but seems to be safest at this point.
2014-02-25 15:52:56 +06:00
..
blender Fix T38824: curve which is constrained on a hidden layer causes cycles crash 2014-02-25 15:52:56 +06:00
blenderplayer BSP was still hanging around in CMake 2014-02-19 16:07:49 +06:00
creator BSP was still hanging around in CMake 2014-02-19 16:07:49 +06:00
gameengine Partial fix for T3817: BGE crashing when using LibNew. 2014-02-23 12:44:33 -08:00
icons Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
tests Code cleanup: style 2014-02-13 08:52:12 +11:00
CMakeLists.txt remove WINDOWS checks in cmake, this variable isn't defined on windows and checks weren't needed. 2013-09-03 03:04:44 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00