Blender Git Commit Log

Git Commits -> Revision 78719ab

Revision 78719ab by Campbell Barton (master)
January 29, 2019, 04:28 (GMT)
Fix T60809: Crash undoing object rename in edit-mode

Currently names are used for edit-mode undo-steps,
any changes to Main ID names cause lookup failure (crashing).

This commit ensures any undo steps that use ID lookups have the same
mem-file undo state loaded that was used to encode the steps.

Renaming also has an undo push added (last commit).

Commit Details:

Full Hash: 78719abc01f11fee9652711ca64f83d0c777bb4f
Parent Commit: 59a0a14
Lines Changed: +54, -7

2 Modified Paths:

/source/blender/blenkernel/BKE_undo_system.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+49, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021