virtualx-engine/scene
Rémi Verschelde ee07560abf Curve: Prevent forcing 1.0 min value to 0.99
The setters are called when the property is first initialized, and before
that its default min and max are 0.0 and 1.0 respectively.

If you configured min_value to 1.0 and max_value to e.g. 3.0, since the
min_value setter can be called before that of max_value (which thus still
defaults to 1.0), the min will be set to 0.99.
Same conflict could happen with a configured max_value of 0 if its setter
is called before that of a valid, negative min value.
2019-06-21 16:08:45 +02:00
..
2d CPUParticles: Set linear velocity to 0, like GPU Particles 2019-06-21 15:23:48 +02:00
3d CPUParticles: Set linear velocity to 0, like GPU Particles 2019-06-21 15:23:48 +02:00
animation
audio
gui
main
resources Curve: Prevent forcing 1.0 min value to 0.99 2019-06-21 16:08:45 +02:00
register_scene_types.cpp
register_scene_types.h
scene_string_names.cpp
scene_string_names.h
SCsub