Enable new undo code by default.

Note that given how experimental is working currently, I had to rename
and inverse the effect of the experimental undo flag, which will now
instead activate legacy code when set.
This commit is contained in:
Bastien Montagne
2020-04-17 15:11:16 +02:00
parent a250be980a
commit c565d0764f
4 changed files with 7 additions and 7 deletions

View File

@@ -2167,7 +2167,7 @@ class USERPREF_PT_experimental_system(ExperimentalPanel, Panel):
def draw(self, context):
self._draw_items(
context, (
({"property": "use_undo_speedup"}, "T60695"),
({"property": "use_undo_legacy"}, "T60695"),
),
)