1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00
Files
godot/scene/resources
PouleyKetchoupp 645bc94bfc Fix capsule height/radius setters with linked properties
Capsule height and radius setters can modify each other, rather than
using clamping, to avoid cases where values are not set correctly when
loading a scene (depending on the order of properties).

Inspector undo/redo:
Added the possibility to link properties together in the editor, so
they can be undone together, for cases where a property can modify
another one.

Gizmo undo/redo:
Capsule handles pass both radius and height values so they can be undone
together.
2021-08-19 10:31:19 -07:00
..
2021-08-09 17:43:48 -05:00
2021-08-09 17:43:48 -05:00
2021-08-09 17:43:48 -05:00
2021-08-09 17:43:48 -05:00
2021-02-10 19:31:24 -03:00
2021-06-30 14:14:41 -03:00
2021-08-09 17:43:48 -05:00
2021-07-24 09:16:52 -03:00
2021-02-11 15:44:28 -03:00
2021-06-03 07:30:01 -04:00
2021-02-10 19:31:24 -03:00
2021-06-11 18:48:42 +02:00