diff options
author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2023-12-30 15:26:17 +0900 |
---|---|---|
committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-02-17 18:25:56 +0900 |
commit | bc20fdf16f45475ffd2a509caa9e5c8071104bdf (patch) | |
tree | 02599b786f31ca8720c7ecb4c1e44508f1fffd52 /misc/extension_api_validation/4.2-stable.expected | |
parent | 8ff821670561466a5ff72044ad574dcb955b66c2 (diff) | |
download | redot-engine-bc20fdf16f45475ffd2a509caa9e5c8071104bdf.tar.gz |
Add CallbackModeDiscrete to AnimationMixer
Diffstat (limited to 'misc/extension_api_validation/4.2-stable.expected')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index 2a2e74df1f..32795330c4 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -129,3 +129,14 @@ Validate extension JSON: API was removed: classes/GDExtension/methods/initialize Validate extension JSON: API was removed: classes/GDExtension/methods/open_library Since it was basically impossible to use these methods in any useful way, the GDExtension team agreed that breaking compatibility by removing them was OK. + + +GH-86629 +-------- +Validate extension JSON: Error: Field 'classes/Animation/methods/position_track_interpolate/arguments': size changed value in new API, from 2 to 3. +Validate extension JSON: Error: Field 'classes/Animation/methods/rotation_track_interpolate/arguments': size changed value in new API, from 2 to 3. +Validate extension JSON: Error: Field 'classes/Animation/methods/scale_track_interpolate/arguments': size changed value in new API, from 2 to 3. +Validate extension JSON: Error: Field 'classes/Animation/methods/blend_shape_track_interpolate/arguments': size changed value in new API, from 2 to 3. +Validate extension JSON: Error: Field 'classes/Animation/methods/value_track_interpolate/arguments': size changed value in new API, from 2 to 3. + +Added optional argument to track_interpolate to treat playing backward correctly. Compatibility method registered. |