godot/editor/import/3d
A Thousand Ships a0dbdcc3ab
Replace find with contains/has where applicable
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
2024-05-08 12:37:42 +02:00
..
collada.cpp Add const lvalue ref to editor/* container parameters 2024-02-26 15:28:15 -03:00
collada.h Add const lvalue ref to editor/* container parameters 2024-02-26 15:28:15 -03:00
editor_import_collada.cpp Set animation step from importers. Increase default step from 10 to 30 FPS. 2024-04-19 03:02:20 -07:00
editor_import_collada.h
post_import_plugin_skeleton_renamer.cpp Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
post_import_plugin_skeleton_renamer.h
post_import_plugin_skeleton_rest_fixer.cpp Keep global rest of unmapped bones if no mapped bone descendants 2024-05-07 09:38:39 -03:00
post_import_plugin_skeleton_rest_fixer.h Make silhouette fixer option visibility dependent on availability 2024-05-07 09:55:16 +09:00
post_import_plugin_skeleton_track_organizer.cpp
post_import_plugin_skeleton_track_organizer.h
resource_importer_obj.cpp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
resource_importer_obj.h
resource_importer_scene.cpp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
resource_importer_scene.h Merge pull request #89461 from Calinou/3d-import-collision-default-trimesh 2024-05-04 11:52:11 +02:00
scene_import_settings.cpp Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
scene_import_settings.h Make Advanced Import lights more like the mesh and material editors 2024-04-16 10:15:25 -07:00