blender/source
Bastien Montagne 1f65ab606b 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.
2017-03-16 17:05:48 +01:00
..
blender Fix missing undo pushes in outliner's new datablock management operations. 2017-03-16 17:05:48 +01:00
blenderplayer BGE: Fix blenderplayer stub. 2017-03-14 21:17:40 +00:00
creator Fix typo in command line arg list 2017-03-07 09:07:58 -05:00
gameengine Fix BGE building. 2017-03-16 10:30:02 +01:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt