diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-10 22:48:50 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-10 22:48:50 +0200 |
| commit | 55282ddc106cb0b2fd8750e710fbd49efab5f56a (patch) | |
| tree | 779c65b521798db5ff8e0321b71ae6f3d65d7721 /misc/extension_api_validation | |
| parent | c5291a3555343e8aa5aefa1c7e17f2ad05ee1fc9 (diff) | |
| parent | c228fe1a0d7cf9dc65404f63cddbc0dd85959f2e (diff) | |
| download | redot-engine-55282ddc106cb0b2fd8750e710fbd49efab5f56a.tar.gz | |
Merge pull request #79527 from QbieShay/qbe/particles-rework
Particle internal refactor and additions for more artistic control
Diffstat (limited to 'misc/extension_api_validation')
| -rw-r--r-- | misc/extension_api_validation/4.1-stable.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.1-stable.expected b/misc/extension_api_validation/4.1-stable.expected index b3b1f36573..a9720d2a88 100644 --- a/misc/extension_api_validation/4.1-stable.expected +++ b/misc/extension_api_validation/4.1-stable.expected @@ -287,3 +287,9 @@ Validate extension JSON: Error: Field 'classes/RenderingDevice/methods/shader_ge Validate extension JSON: Error: Field 'classes/SurfaceTool/methods/commit/arguments/1': meta changed value in new API, from "uint32" to "uint64". Surface format was increased to 64 bits from 32 bits. Compatibility methods registered. + +GH-79527 +-------- +Validate extension JSON: Error: Field 'classes/ParticleProcessMaterial/properties/orbit_velocity_curve': type changed value in new API, from "CurveTexture" to "CurveTexture,CurveXYZTexture". + +Added accepted curve type from only CurveTexture to CurveXYZTexture. |
