diff options
author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-01-06 02:21:38 +0900 |
---|---|---|
committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-01-08 21:48:19 +0900 |
commit | a51958a2a0620aa1a9b9a168259379511f9521ad (patch) | |
tree | 7a68023f03f7aa4c9b2d91bc480c6c678b621dcc /misc/extension_api_validation/4.2-stable.expected | |
parent | 35da70f953f6eeba6ba7b13795029d7a134a61fd (diff) | |
download | redot-engine-a51958a2a0620aa1a9b9a168259379511f9521ad.tar.gz |
Remove Object pointer/solve types conflict in AnimationTrackCache
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
Diffstat (limited to 'misc/extension_api_validation/4.2-stable.expected')
-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 70358c683f..a8b3af7891 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -21,3 +21,10 @@ GH-85393 Validate extension JSON: Error: Field 'classes/PhysicsShapeQueryParameters3D/properties/motion': type changed value in new API, from "Vector2" to "Vector3". The type was registered wrongly, this was a bug. + + +GH-86687 +-------- +Validate extension JSON: Error: Field 'classes/AnimationMixer/methods/_post_process_key_value/arguments/3': type changed value in new API, from "Object" to "int". + +Exposing the pointer was dangerous and it must be changed to avoid crash. Compatibility methods registered. |