From f42cd7f83f82a34b8cbc168de4e9f37bbe674150 Mon Sep 17 00:00:00 2001 From: kobewi Date: Sat, 27 Aug 2022 13:52:06 +0200 Subject: Add history dock --- doc/classes/EditorUndoRedoManager.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/classes/EditorUndoRedoManager.xml b/doc/classes/EditorUndoRedoManager.xml index 1350e4487c..c1e771d653 100644 --- a/doc/classes/EditorUndoRedoManager.xml +++ b/doc/classes/EditorUndoRedoManager.xml @@ -107,6 +107,18 @@ + + + + Emitted when the list of actions in any history has changed, either when an action is commited or a history is cleared. + + + + + Emitted when the version of any history has changed as a result of undo or redo call. + + + Global history not associated with any scene, but with external resources etc. -- cgit v1.2.3