godot/modules/csg
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
..
doc_classes Better format arguments in variant parser 2021-06-18 00:06:40 -03:00
icons Increase icon saturation by 30% for all editor icons 2021-05-11 18:15:31 +02:00
config.py Disable 3D-only modules when 3D is disabled 2021-06-03 17:45:28 -04:00
csg.cpp Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
csg.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
csg_gizmos.cpp Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
csg_gizmos.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
csg_shape.cpp Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
csg_shape.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00