godot/editor/import
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
..
atlas_import_failed.xpm
audio_stream_import_settings.cpp Implement BPM support 2022-07-23 07:31:17 +02:00
audio_stream_import_settings.h Implement BPM support 2022-07-23 07:31:17 +02:00
collada.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
collada.h
dynamic_font_import_settings.cpp Fix repeatedly opening the Advanced Import Settings dialog for fonts getting an error 2022-07-26 10:28:44 +08:00
dynamic_font_import_settings.h
editor_import_collada.cpp
editor_import_collada.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
editor_import_plugin.cpp Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
editor_import_plugin.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
post_import_plugin_skeleton_renamer.cpp Fix SkeletonRenamer & Organizer for non bone animations (BlendShape) 2022-07-28 01:21:29 +09:00
post_import_plugin_skeleton_renamer.h
post_import_plugin_skeleton_rest_fixer.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
post_import_plugin_skeleton_rest_fixer.h
post_import_plugin_skeleton_track_organizer.cpp Fix SkeletonRenamer & Organizer for non bone animations (BlendShape) 2022-07-28 01:21:29 +09:00
post_import_plugin_skeleton_track_organizer.h add position track normalization & post process key value for retarget 2022-07-26 18:48:08 +09:00
resource_importer_bitmask.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_bitmask.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_bmfont.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_bmfont.h
resource_importer_csv_translation.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_csv_translation.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_dynamic_font.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_dynamic_font.h
resource_importer_image.cpp
resource_importer_image.h
resource_importer_imagefont.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_imagefont.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_layered_texture.cpp Make ImageLoader take bit field flags 2022-08-23 14:39:01 +03:00
resource_importer_layered_texture.h Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warning 2022-08-06 23:43:06 +02:00
resource_importer_obj.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_obj.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_scene.cpp improve animation track optimizer algorithm 2022-08-09 09:18:45 +09:00
resource_importer_scene.h improve animation track optimizer algorithm 2022-08-09 09:18:45 +09:00
resource_importer_shader_file.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_shader_file.h
resource_importer_texture_atlas.cpp Clean up mesh include code and comments 2022-08-20 13:24:40 -05:00
resource_importer_texture_atlas.h
resource_importer_texture.cpp Make ImageLoader take bit field flags 2022-08-23 14:39:01 +03:00
resource_importer_texture.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
resource_importer_wav.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
resource_importer_wav.h
scene_import_settings.cpp Extract EditorResourceConversionPlugin into its own source files and clean up editor includes 2022-07-31 21:14:15 +03:00
scene_import_settings.h
SCsub