godot/editor/import
diddykonga 78dc608aa8 Change 'find_node' to 'find_nodes' and Add 'type' parameter
Changed 'find_node' to 'find_nodes' which now returns an 'TypedArray<Node>', as well as Added a 'type' parameter to match against specific node types, which supports inheritance.
2022-02-17 01:44:13 -06:00
..
atlas_import_failed.xpm
collada.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
collada.h
dynamic_font_import_settings.cpp Update if == NOTIFICATION_* to switch statements to match coding style 2022-02-16 08:44:37 -05:00
dynamic_font_import_settings.h Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
editor_import_collada.cpp
editor_import_collada.h
editor_import_plugin.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
editor_import_plugin.h
resource_importer_bitmask.cpp Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
resource_importer_bitmask.h Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
resource_importer_bmfont.cpp
resource_importer_bmfont.h
resource_importer_csv_translation.cpp
resource_importer_csv_translation.h
resource_importer_dynamic_font.cpp Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
resource_importer_dynamic_font.h Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
resource_importer_image.cpp
resource_importer_image.h
resource_importer_imagefont.cpp Add sub-pixel glyph positioning support. 2022-02-12 19:55:52 +02:00
resource_importer_imagefont.h
resource_importer_layered_texture.cpp Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
resource_importer_layered_texture.h
resource_importer_obj.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
resource_importer_obj.h
resource_importer_scene.cpp
resource_importer_scene.h
resource_importer_shader_file.cpp
resource_importer_shader_file.h
resource_importer_texture_atlas.cpp
resource_importer_texture_atlas.h
resource_importer_texture.cpp Merge pull request #57997 from Calinou/texture-import-rename-hdr-as-srgb 2022-02-12 10:22:06 +01:00
resource_importer_texture.h
resource_importer_wav.cpp
resource_importer_wav.h Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
scene_import_settings.cpp Change 'find_node' to 'find_nodes' and Add 'type' parameter 2022-02-17 01:44:13 -06:00
scene_import_settings.h Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +01:00
SCsub