[break] Support animation editor scene-process APIs#714
Open
knoxHuang wants to merge 54 commits into
Open
Conversation
2414db9 to
e06b09c
Compare
# Conflicts: # src/core/scene/scene-process/service/dump/decode.ts # src/core/scene/scene.scripting.middleware.ts
# Conflicts: # src/core/scene/scene-process/service/gizmo/base/gizmo-base.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
AnimationService和 typed animation API,覆盖动画编辑 session 进入/退出、状态查询、root/clip/properties 查询、编辑时间采样、播放控制、切换 clip 和保存。queryClip与applyOperation的动画编辑数据闭环,支持 clip 基础属性、普通属性曲线和 keyframe/keyData、events、embedded players、auxiliary curves,以及骨骼动画可编辑操作限制和 meta 写回。animation:state-changed、animation:time-changed、animation:clip-changed、animation:property-committed事件链路,并补齐 preview bundle / service forwarding 所需入口。spacingKeys、clearKeys、embedded player 菜单查询等缺口以docs/dev/scene/animation-cli-capability-matrix.md为准。