godot/scene
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
..
2d Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
3d Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
animation Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
audio Fixes small typos and grammar correction 2021-03-12 19:05:16 +05:30
debugger Merge pull request #49719 from LightningAA/rename-node-is-ancestor-of 2021-06-29 12:07:25 +02:00
gui Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
main Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
resources Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
register_scene_types.cpp Implement native extension system 2021-06-25 17:32:45 -03:00
register_scene_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_string_names.cpp Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
scene_string_names.h Remove clips_input() method and use clip_content 2021-06-25 15:46:37 +02:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00