1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00
Files
godot/doc/classes
reduz 75688772b3 Fix editor suffixes and degrees conversion
* Functions to convert to/from degrees are all gone. Conversion is done by the editor.
* Use PROPERTY_HINT_ANGLE instead of PROPERTY_HINT_RANGE to edit radian angles in degrees.
* Added possibility to add suffixes to range properties, use "min,max[,step][,suffix:<something>]" example "0,100,1,suffix:m"
* In general, can add suffixes for EditorSpinSlider
Not covered by this PR, will have to be addressed by future ones:

* Ability to switch radians/degrees in the inspector for angle properties (if actually wanted).
* Animations previously made will most likely break, need to add a way to make old ones compatible.
* Only added a "px" suffix to 2D position and a "m" one to 3D position, someone needs to go through the rest of the engine and add all remaining suffixes.
* Likely also need to track down usage of EditorSpinSlider outside properties to add suffixes to it too.
2021-06-30 12:38:25 -03:00
..
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-05-03 19:21:37 -03:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-06-25 17:32:45 -03:00
2021-06-11 18:48:42 +02:00
2021-03-19 13:21:20 +01:00
2021-03-19 13:21:20 +01:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-05-31 10:13:09 +02:00
2021-05-31 10:13:09 +02:00
2021-06-25 17:32:45 -03:00
2021-03-19 13:21:20 +01:00
2021-06-11 18:48:42 +02:00
2020-03-13 16:35:03 +01:00
2020-03-13 16:35:03 +01:00
2021-06-11 18:48:42 +02:00
2021-06-25 17:32:45 -03:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2020-06-21 22:55:16 -04:00
2021-06-05 09:28:56 -03:00
2021-06-05 09:28:56 -03:00
2021-06-11 18:48:42 +02:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-19 08:56:20 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-04 11:40:36 -07:00
2021-06-04 11:40:36 -07:00
2021-06-25 17:32:45 -03:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-03-18 16:37:43 +01:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-06-03 07:30:01 -04:00
2021-02-19 14:39:14 +01:00
2021-06-11 18:48:42 +02:00
2021-03-19 13:21:20 +01:00
2021-06-11 18:48:42 +02:00
2020-06-18 11:34:10 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 09:32:39 -04:00
2021-03-19 13:21:20 +01:00
2021-06-19 12:08:50 +02:00
2021-06-11 18:48:42 +02:00
2021-03-19 13:21:20 +01:00
2021-06-11 18:48:42 +02:00
2021-06-25 17:32:45 -03:00
2021-06-25 17:32:45 -03:00
2021-06-25 17:32:45 -03:00
2021-06-25 17:32:45 -03:00
2021-06-16 18:50:39 -03:00
2021-06-05 09:28:56 -03:00
2020-03-13 16:35:03 +01:00
2020-03-13 16:35:03 +01:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2020-04-09 15:33:01 +10:00
2021-06-11 09:32:39 -04:00