godot/scene
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
..
2d Merge pull request #53054 from MaxLap/doc_shape_signals 2021-10-14 14:31:58 -07:00
3d Implement Animation Blend Shape Tracks 2021-10-16 08:36:05 -03:00
animation Implement Animation Blend Shape Tracks 2021-10-16 08:36:05 -03:00
audio Allow AudioStreamPlayer(2D) to provide pitch_scale on playback 2021-10-10 18:52:29 -03:00
debugger Use range iterators for Map 2021-09-30 15:09:12 -06:00
gui Remove WebM support (and deps libvpx and opus) 2021-10-15 12:09:11 +02:00
main Merge pull request #53630 from timothyqiu/viewport-recursion 2021-10-11 10:02:22 +02:00
resources Implement Animation Blend Shape Tracks 2021-10-16 08:36:05 -03:00
register_scene_types.cpp Merge pull request #53354 from reduz/remove-clipped-camera 2021-10-04 17:19:15 +02:00
register_scene_types.h
scene_string_names.cpp Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo 2021-10-06 21:11:20 +02:00
scene_string_names.h Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo 2021-10-06 21:11:20 +02:00
SCsub Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00