diff options
author | RedMser <redmser.jj2@gmail.com> | 2023-07-05 14:45:10 +0200 |
---|---|---|
committer | RedMser <redmser.jj2@gmail.com> | 2024-02-08 23:05:20 +0100 |
commit | bf37a9bac6ebfb09c0a374260c35ede8373ce427 (patch) | |
tree | 9384d8e330f276962f8b6b3f53b890f72d8db35b /misc/extension_api_validation | |
parent | 41564aaf7708b0bf594f745dd2448a54dd687cc5 (diff) | |
download | redot-engine-bf37a9bac6ebfb09c0a374260c35ede8373ce427.tar.gz |
Allow configuration warnings to refer to a property
This is used by the inspector so it can show a warning icon on
a specific property.
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index 04e046ec93..9389fe53f1 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -82,3 +82,10 @@ Validate extension JSON: Error: Field 'classes/GPUParticles3D/properties/process Validate extension JSON: Error: Field 'classes/Sky/properties/sky_material': type changed value in new API, from "ShaderMaterial,PanoramaSkyMaterial,ProceduralSkyMaterial,PhysicalSkyMaterial" to "PanoramaSkyMaterial,ProceduralSkyMaterial,PhysicalSkyMaterial,ShaderMaterial". Property hints reordered to improve editor usability. The types allowed are still the same as before. No adjustments should be necessary. + + +GH-68420 +-------- +Validate extension JSON: Error: Field 'classes/Node/methods/_get_configuration_warnings/return_value': type changed value in new API, from "PackedStringArray" to "Array". + +Allow configuration warnings to refer to a property. Compatibility method registered. |