November 18, 2017, 04:01 (GMT) |
Merge branch 'blender2.8' into topbar |
November 18, 2017, 03:54 (GMT) |
Cleanup: Use enum instead of char codes, naming |
November 18, 2017, 03:12 (GMT) |
Fix buttons for string properties not drawn nicely in top-bar |
November 15, 2017, 22:52 (GMT) |
Merge branch 'blender2.8' into topbar |
October 27, 2017, 23:06 (GMT) |
Fix top-bar showing "Redo Unsupported" in operator settings again Own mistake in rBd6ca724a0e57791d96. |
October 27, 2017, 15:13 (GMT) |
Refactor operator settings drawing to support operator-macros Settings of operator-macros wouldn't be shown in the top-bar. |
October 27, 2017, 13:41 (GMT) |
Workaround for 1 px button alignment issue Needed to offset layout by one pixel to the right and top. Spent hours debugging what causes this, without luck. For now a stupid workaround should do it. |
October 27, 2017, 13:30 (GMT) |
Corrections to screen-vertex placement |
October 26, 2017, 21:33 (GMT) |
Fix crash when trying to maximize area while hovering separator |
October 26, 2017, 21:30 (GMT) |
Forbid flipping regions in top-bar |
October 26, 2017, 21:16 (GMT) |
Merge branch 'blender2.8' into topbar |
October 26, 2017, 17:48 (GMT) |
Fix crash when trying to make top-bar area full-screen Top-bar should never be full-screen, so disable operator. |
October 25, 2017, 20:04 (GMT) |
Merge branch 'blender2.8' into topbar |
October 25, 2017, 15:34 (GMT) |
Merge branch 'blender2.8' into topbar |
October 24, 2017, 20:43 (GMT) |
Merge branch 'blender2.8' into topbar |
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. |
October 24, 2017, 15:53 (GMT) |
Remove operator redo panel from clip editor |
October 23, 2017, 20:49 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into topbar |
October 23, 2017, 01:36 (GMT) |
Move info editor removal versioning code to pre-lib-linking stage |
October 23, 2017, 01:04 (GMT) |
Cleanup: Avoid duplicated topbar creation code in versioning code |
|