Merge pull request #53852 from Calinou/particles-allow-negative-scale

Allow negative scale in Particles and CPUParticles
This commit is contained in:
Rémi Verschelde
2022-08-05 22:34:43 +02:00
committed by GitHub
6 changed files with 12 additions and 15 deletions

View File

@@ -252,7 +252,7 @@
Emission lifetime randomness ratio.
</member>
<member name="scale_amount" type="float" setter="set_param" getter="get_param" default="1.0">
Initial scale applied to each particle.
Initial scale applied to each particle. This can be set to a negative value to flip the particle on both axes.
</member>
<member name="scale_amount_curve" type="Curve" setter="set_param_curve" getter="get_param_curve">
Each particle's scale will vary along this [Curve].