Blender Git Commit Log
Git Commits -> Revision 815eebb
October 24, 2017, 15:53 (GMT) |
Solve context issues when tweaking operator settings from top-bar E.g. editing settings after transforming in 3D View would print warnings, or in Movie Clip Editor wouldn't work at all. We now store the area & region an operator was executed in and restore it temporarily when redoing. Ideally operators wouldn't depend on screen context for event-less execution (exec callback), but we're far from that. |
Commit Details:
Full Hash: 815eebbe17ab6328e0623bdab5bf995e9d5504e3
Parent Commit: 85f7ed1
Lines Changed: +15, -10