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-29 11:07:46 +02:00
2021-05-07 14:00:50 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-28 15:54:31 +02:00
2021-03-21 00:24:16 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-06-16 09:43:34 -07:00
2021-05-02 14:37:45 +02:00
2021-03-20 20:16:53 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-30 12:38:25 -03:00
2021-06-15 15:34:28 +02:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-03-23 07:13:23 -04:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-20 11:54:24 -04:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-02-18 17:12:46 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-02-10 19:31:24 -03:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-05 09:28:56 -03:00
2021-06-05 09:28:56 -03:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-03 07:30:01 -04:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-30 12:38:25 -03:00
2021-06-19 20:49:18 -06:00
2021-06-23 15:32:48 +02:00
2021-04-23 21:45:23 +02:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-02-11 15:44:28 -03:00
2021-01-01 20:19:21 +01:00
2021-06-11 14:52:39 +02:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-28 15:54:31 +02:00
2021-01-01 20:19:21 +01:00
2021-04-27 22:38:26 +02:00
2021-01-01 20:19:21 +01:00
2021-06-24 19:21:01 +02:00
2021-06-24 19:21:01 +02:00
2021-06-20 20:00:54 +01:00
2021-06-19 22:20:30 +10:00
2021-05-07 18:06:17 +02:00
2021-06-20 20:00:54 +01:00
2021-05-22 19:24:31 +03:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-06-03 21:58:26 -04:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-19 20:49:18 -06:00
2021-06-17 20:11:50 +02:00
2021-06-19 20:49:18 -06:00
2021-01-01 20:19:21 +01:00
2021-06-20 20:00:54 +01:00
2021-06-08 23:23:07 +02:00
2021-06-19 20:49:18 -06:00
2021-02-10 19:31:24 -03:00
2021-06-19 20:49:18 -06:00
2021-02-10 19:31:24 -03:00
2021-06-19 20:49:18 -06:00
2021-02-10 19:31:24 -03:00
2021-06-16 19:40:12 +08:00
2021-02-10 19:31:24 -03:00
2021-06-28 15:54:31 +02:00
2021-06-20 23:04:56 +03:00
2021-06-19 20:49:18 -06:00
2021-06-14 21:46:30 +03:00
2021-05-17 22:06:46 +02:00
2021-01-01 20:19:21 +01:00
2021-06-28 14:38:08 +03:00
2021-06-16 09:43:34 -07:00
2021-06-05 09:28:56 -03:00
2021-06-05 09:28:56 -03:00