Blender Git Commit Log

Git Commits -> Revision bc3aab3

Revision bc3aab3 by Bastien Montagne (master)
April 21, 2020, 16:26 (GMT)
Fix T75893: Undo causes crash with "Load UI" disabled.

We need to re-generate a new session uuid for the UI-related data-blocks
that are kept across file reading, when load UI is disabled. Otherwise
there will be several IDs with same uuid, which is an ensured way to
crash in new undo code.

Commit Details:

Full Hash: bc3aab3fa547e60d2361d5a50cdc79885bdc7355
Parent Commit: b4993a9
Lines Changed: +34, -0

3 Modified Paths:

/source/blender/blenkernel/BKE_lib_id.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/blendfile.c (+21, -0) (Diff)
/source/blender/blenkernel/intern/lib_id.c (+12, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021