godot/modules/gltf
reduz ae1c016547 Implement Animation Blend Shape Tracks
* New track type BLEND_SHAPE
* Blend shapes are imported via this new track type
* Processing is more optimized (no longer relies on variants)
* Modified the Blend Shape API in MeshInstance3D to use indices rather than StringNames (more optimizes)
* Promo: Fixed a small bug in gizmo updating in Node3D that affected performance

Dedicated BlendShape tracks are required for both optimization and eventually implementing them in animation compression.
2021-10-16 08:36:05 -03:00
..
doc_classes Add scene Post-Import Plugin support. 2021-10-15 09:12:04 -03:00
config.py GLTF for game templates. 2021-10-03 12:37:52 -07:00
editor_scene_exporter_gltf_plugin.cpp GLTF for game templates. 2021-10-03 12:37:52 -07:00
editor_scene_exporter_gltf_plugin.h GLTF for game templates. 2021-10-03 12:37:52 -07:00
editor_scene_importer_gltf.cpp Add scene Post-Import Plugin support. 2021-10-15 09:12:04 -03:00
editor_scene_importer_gltf.h Add scene Post-Import Plugin support. 2021-10-15 09:12:04 -03:00
gltf_accessor.cpp GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_accessor.h GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_animation.cpp
gltf_animation.h
gltf_buffer_view.cpp GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_buffer_view.h
gltf_camera.cpp
gltf_camera.h
gltf_document_extension_convert_importer_mesh.cpp GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_document_extension_convert_importer_mesh.h GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_document_extension.cpp GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_document_extension.h GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_document.cpp Implement Animation Blend Shape Tracks 2021-10-16 08:36:05 -03:00
gltf_document.h Restore gltf animation export after split. 2021-10-13 15:18:27 -07:00
gltf_light.cpp
gltf_light.h Fix GLTF light import 2021-09-26 21:57:25 -05:00
gltf_mesh.cpp GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_mesh.h GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_node.cpp
gltf_node.h Merge pull request #52273 from aaronfranke/gltf-renames 2021-09-15 13:10:24 +02:00
gltf_skeleton.cpp
gltf_skeleton.h
gltf_skin.cpp
gltf_skin.h
gltf_spec_gloss.cpp
gltf_spec_gloss.h
gltf_state.cpp
gltf_state.h GLTF for game templates. 2021-10-03 12:37:52 -07:00
gltf_texture.cpp
gltf_texture.h
register_types.cpp Add scene Post-Import Plugin support. 2021-10-15 09:12:04 -03:00
register_types.h
SCsub