Blender Git Loki
Git Commits -> Revision 491fe9d
Revision 491fe9d by Sergey Sharybin (master) January 6, 2012, 17:32 (GMT) |
Fix #29568: Blender restores deleted scene Special notifiers used for scene deletion which lead to undo pushes after SCENE_OT_delete operator happening with scene still present in the mainfile. That was a reason why operator redo used to restore scene. It's not so obvious why special notifier type is needed for scene set and deletion -- it confuses undo system without having some obvious advantages. Using "direct" scene deletion and setting seems to be working fine so let's see if there'll be some issues with this. |
Commit Details:
Full Hash: 491fe9df19714d9373614cb71b68dc98116380e4
SVN Revision: 43203
Parent Commit: 5ba14fd
Lines Changed: +17, -23