godot/modules/gltf/structures
Micky 59e11934d8 Rename str2var to str_to_var and similar
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too.

- `var2str` -> `var_to_str`
- `str2var` -> `str_to_var`
- `bytes2var` -> `bytes_to_var`
- `bytes2var_with_objects` -> `bytes_to_var_with_objects`
- `var2bytes` -> `var_to_bytes`
- `var2bytes_with_objects` -> `var_to_bytes_with_objects`
- `linear2db` -> `linear_to_db`
- `db2linear` -> `db_to_linear`
- `deg2rad` -> `deg_to_rad`
- `rad2deg` -> `rad_to_deg`

- `dict2inst` -> `dict_to_inst`
- `inst2dict` -> `inst_to_dict`
2022-08-26 14:58:22 +02:00
..
gltf_accessor.cpp GLTF: Organize structures into a subfolder 2022-07-24 17:16:51 -05:00
gltf_accessor.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gltf_animation.cpp GLTF: Organize structures into a subfolder 2022-07-24 17:16:51 -05:00
gltf_animation.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gltf_buffer_view.cpp GLTF: Organize structures into a subfolder 2022-07-24 17:16:51 -05:00
gltf_buffer_view.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gltf_camera.cpp GLTF: Fix orthographic cameras, internally store data in GLTF's format 2022-08-14 19:18:53 -05:00
gltf_camera.h Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
gltf_mesh.cpp GLTF: Organize structures into a subfolder 2022-07-24 17:16:51 -05:00
gltf_mesh.h GLTF: Organize structures into a subfolder 2022-07-24 17:16:51 -05:00
gltf_node.cpp GLTF: Organize structures into a subfolder 2022-07-24 17:16:51 -05:00
gltf_node.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gltf_skeleton.cpp Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
gltf_skeleton.h Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
gltf_skin.cpp Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
gltf_skin.h Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
gltf_texture.cpp GLTF: Organize structures into a subfolder 2022-07-24 17:16:51 -05:00
gltf_texture.h GLTF: Organize structures into a subfolder 2022-07-24 17:16:51 -05:00