Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2020-04-17 16:16:16 +0300
committerBastien Montagne <bastien@blender.org>2020-04-17 16:16:16 +0300
commit795a874d0ba84bdb875398e75a7b902f9ebc0880 (patch)
tree78bc372cb0a7598a3d5f4699119ca921542dd505 /release/scripts/startup/bl_ui/space_userpref.py
parentc87dd76937f026c4a154dc4073063959f3e5a87e (diff)
parentc565d0764f75ba5a5bb51d5daa9152897db59eb8 (diff)
Merge branch 'blender-v2.83-release'
Conflicts: source/blender/makesdna/DNA_userdef_types.h source/blender/makesrna/intern/rna_userdef.c
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 9848c8eb69a..10e7b43a310 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -2157,7 +2157,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"),
),
)