Merge branch 'blender-v2.92-release'

This commit is contained in:
Campbell Barton 2021-01-27 21:22:51 +11:00
commit a4f5d994df
1 changed files with 2 additions and 1 deletions

View File

@ -1803,7 +1803,8 @@ class UndoWithContext(bpy.types.Operator):
#
# C_dict = {'window': w, 'screen': w.screen}
# bpy.ops.ed.undo_push(C_dict, 'INVOKE_REGION_WIN', message=self.message)
bpy.ops.ed.undo_push('INVOKE_REGION_WIN', message=self.message)
# bpy.ops.ed.undo_push('INVOKE_REGION_WIN', message=self.message)
return {'FINISHED'}