Add timeline animation for entity#590
Conversation
|
Hi @theamusing, This is very interesting! I am wondering what the use-case is for animated models? TBH I'd love to implement a full-on animation system, but I'm not really sure how many users needs that... Is there any change you could submit the bugfix as a separate PR? 🙏🏻 I think that needs merging asap. |
|
Hi @slimbuck,
Really appreciate your time and consideration! Supersplat is such a great project and I'm willing to contribute to it. |
|
I could absolutely benefit from model animation ❤️ Thanks for your hard work |
New feature: Added animation for splat entity
Timeline keyframes can now record position, rotation and scales of entities and interpolate to get animations.
Also serialized animation data into document.
2025-09-26.7.54.47.mov
Making it easier to create camera orbit animation.
Bug Fix: drag keyframes in camera poses
The original version of drag keyframe has a bug: The pose list may be changed if removed first:
So the pose on index should be assigned new value before removing.