blender/source
Bastien Montagne e5c3284467 Fix T49553: Blender 2.78 crashes when File->Data Previews ->Refresh Datablock Previews
New recursive iteration over IDs in BKE_library_foreach_ID_link() was
broken by the infamous nodetree case. We cannot really recusively call
this function in that case, so better to deffer handling of
non-datablock NodeTrees as if real IDs here.

Also fixed initial ID not being stored as handled, in rare cases this
could also lead to infinite looping.

To be backported to 2.78a.
2016-10-04 15:05:56 +02:00
..
blender Fix T49553: Blender 2.78 crashes when File->Data Previews ->Refresh Datablock Previews 2016-10-04 15:05:56 +02:00
blenderplayer [Windows] Add support for code signing the final binaries. 2016-08-31 06:26:23 -06:00
creator CMake: Skip addons_contrib for release candidate builds 2016-09-05 10:14:07 +02:00
gameengine Fix T49520: broken vertex colors in the game engine. 2016-10-01 22:41:46 +02:00
tools@896c5f7895 Point submodules to latest master branches 2016-09-02 11:44:22 +02:00
CMakeLists.txt