godot/editor/import
Haoyu Qiu d24ee551ec Allow EditorInspector to change its property name style when necessary
Previously, an EditorInspector's property name can only be set from
outside. Inspectors used for settings needs to respond to changes in
editor settings. So a few boilerplate code is almost always needed,
including watching for a certain editor setting in `_notification()`.

This commit adds a `set_use_settings_style()` function to tell the
inspector to watch for editor settings changes on its own.
2023-04-29 10:51:00 +08:00
..
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
atlas_import_failed.xpm Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
audio_stream_import_settings.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_import_settings.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collada.cpp [GDExtension] Expose some low level functions and String operators. 2023-01-19 12:50:49 +02:00
collada.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dynamic_font_import_settings.cpp Allow EditorInspector to change its property name style when necessary 2023-04-29 10:51:00 +08:00
dynamic_font_import_settings.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_import_collada.cpp Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
editor_import_collada.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_import_plugin.cpp Use reimport_append api for importing embedded gltf images 2023-02-06 07:11:45 -08:00
editor_import_plugin.h Use reimport_append api for importing embedded gltf images 2023-02-06 07:11:45 -08:00
post_import_plugin_skeleton_renamer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
post_import_plugin_skeleton_renamer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
post_import_plugin_skeleton_rest_fixer.cpp import: Fix Silhouette used incorrect index. 2023-04-27 01:41:28 -07:00
post_import_plugin_skeleton_rest_fixer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
post_import_plugin_skeleton_track_organizer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
post_import_plugin_skeleton_track_organizer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_bitmask.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_bitmask.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_bmfont.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_bmfont.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_csv_translation.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_csv_translation.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_dynamic_font.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_dynamic_font.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_image.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_image.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_imagefont.cpp [Image Font] Fix fractional ascent for font with odd height. 2023-04-16 18:42:45 +03:00
resource_importer_imagefont.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_layered_texture.cpp Fix ResourceImporterLayeredTexture::import() high_quality type 2023-03-25 10:27:15 -07:00
resource_importer_layered_texture.h Refactor high quality texture import 2023-01-30 15:53:23 +01:00
resource_importer_obj.cpp Fix OBJ mesh importer smoothing handling 2023-03-25 11:39:00 +01:00
resource_importer_obj.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_scene.cpp Expose interpolation methods for 3D track in Animation class 2023-04-25 01:45:14 +09:00
resource_importer_scene.h Add Mesh ConvexDecompositionSettings wrapper 2023-04-07 22:39:25 +02:00
resource_importer_shader_file.cpp Avoid crashing when custom GLSL shaders are imported when using the gl_compatibility renderer 2023-01-13 12:53:19 -08:00
resource_importer_shader_file.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_texture.cpp Refactor high quality texture import 2023-01-30 15:53:23 +01:00
resource_importer_texture.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_texture_atlas.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_texture_atlas.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_wav.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_importer_wav.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_import_settings.cpp Allow EditorInspector to change its property name style when necessary 2023-04-29 10:51:00 +08:00
scene_import_settings.h Merge pull request #69810 from trollodel/scene_importer_material_crash_fix 2023-02-17 00:34:14 +01:00