This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source
Ton Roosendaal 3aa1d9432d Fix for #1666
There's a conflict between global undo and editmode undo.  The first one
reloads a .blend actually, so pointers change all over. The latter still
uses the object pointers for checks. To resolve that the editmode undo
system cleans its stack based on object names, not pointers.

In previous code I tried something smart to prevent undo stacks being
reused when you delete an object, and add new object with same name.
That didn't go OK in all cases... so I accept this little quirk for now
(rename object still works though, wont clean the undo stack)
2004-10-28 12:38:50 +00:00
..
2004-10-28 12:38:50 +00:00
2004-10-20 05:51:24 +00:00
2004-01-05 00:06:11 +00:00
2004-07-13 11:42:13 +00:00
2004-09-01 12:09:22 +00:00