Blender Git Loki
Git Commits -> Revision 1f65ab6
Revision 1f65ab6 by Bastien Montagne (master) March 16, 2017, 16:05 (GMT) |
Fix missing undo pushes in outliner's new datablock management operations. Not sure why I did not put those from start... Actually *not* having an undo point here can be problematic, since undoing some previous action was trying to restore from bad pointer (I think) in UI, generating asserts. Note however that it's not a 'pure' undo, in that you may not find your linked data in exact same state as before deleting it, after an undo, since it actually implies *reloading* the deleted libraries (and not restoring from a previously stored memory dump). Reported by @sergey, thanks. |
Commit Details:
Full Hash: 1f65ab606bcaa6ef60a9e7c9b08b134d46c25e42
Parent Commit: fa9bd04
Lines Changed: +5, -1
1 Modified Path:
/source/blender/editors/space_outliner/outliner_tools.c (+5, -1) (Diff)