Merge branch 'blender-v2.83-release'

Conflicts:
	source/blender/makesdna/DNA_userdef_types.h
	source/blender/makesrna/intern/rna_userdef.c
This commit is contained in:
Bastien Montagne
2020-04-17 15:16:16 +02:00
8 changed files with 17 additions and 9 deletions

View File

@@ -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"),
),
)