Merge pull request #79527 from QbieShay/qbe/particles-rework

Particle internal refactor and additions for more artistic control
This commit is contained in:
Rémi Verschelde 2023-10-10 22:48:50 +02:00
commit 55282ddc10
No known key found for this signature in database
GPG key ID: C3336907360768E1
24 changed files with 1232 additions and 518 deletions

View file

@ -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.