This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
b8a402b3cb41fc417cd5cf3ce4ecb8daee7f9445
godot
/
editor
/
import
/
3d
History
Rémi Verschelde
e53e60e0fe
Merge pull request
#83856
from BlueCube3310/animation-import-crash
...
Fix Scene Importer crashing when animation or mesh save paths are invalid
2024-02-13 17:23:03 +01:00
..
collada.cpp
Replace error checks against
size
with
is_empty
2024-02-09 12:50:15 +01:00
collada.h
…
editor_import_collada.cpp
…
editor_import_collada.h
…
post_import_plugin_skeleton_renamer.cpp
…
post_import_plugin_skeleton_renamer.h
…
post_import_plugin_skeleton_rest_fixer.cpp
…
post_import_plugin_skeleton_rest_fixer.h
…
post_import_plugin_skeleton_track_organizer.cpp
…
post_import_plugin_skeleton_track_organizer.h
…
resource_importer_obj.cpp
Replace error checks against
size
with
is_empty
2024-02-09 12:50:15 +01:00
resource_importer_obj.h
…
resource_importer_scene.cpp
Fix Scene Importer crashing when mesh or animation save paths are invalid
2024-01-16 17:42:11 +01:00
resource_importer_scene.h
Fix Scene Importer crashing when mesh or animation save paths are invalid
2024-01-16 17:42:11 +01:00
scene_import_settings.cpp
Fix crash when previewing a scene with a mesh as the root node
2024-01-31 06:26:24 -06:00
scene_import_settings.h
…