summaryrefslogtreecommitdiffstats
path: root/editor/icons/KeyBlendShape.svg
Commit message (Collapse)AuthorAgeFilesLines
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-231-1/+1
|
* Manually optimize a lot of SVGsVolTer2023-05-271-1/+1
|
* Update icons and color conversion rules to simplify the paletteYuri Sizov2022-01-291-44/+1
|
* Implement Animation Blend Shape Tracksreduz2021-10-161-0/+44
* 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.