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:
@@ -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"),
|
||||
),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user