1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[VisualShader] Fix and improve editor state persistence

This commit is contained in:
Hendrik Brucker
2024-11-16 15:05:54 +01:00
parent 1218a16de5
commit 666d7c030b
7 changed files with 139 additions and 106 deletions

View File

@@ -321,3 +321,11 @@ Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/add_image/a
Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/update_image/arguments': size changed value in new API, from 11 to 12.
Optional argument added. Compatibility methods registered.
GH-98566
--------
Validate extension JSON: API was removed: classes/VisualShader/methods/set_graph_offset
Validate extension JSON: API was removed: classes/VisualShader/methods/get_graph_offset
The graph_offset property was removed from the resource. This information is now stored in `vs_editor_cache.cfg`.