vault backup: 2024-05-17 14:14:49

This commit is contained in:
BlueRose 2024-05-17 14:14:49 +08:00
parent c9b241d5eb
commit 826dc1fced
3 changed files with 27 additions and 2 deletions

View File

@ -1 +1 @@
{"128044539":{"128044539":{"currentFile":{"count":1,"lastUpdated":1714359212233}}},"StartLiveDirector启动Bat文件":{"StartLiveDirector启动Bat文件":{"currentFile":{"count":1,"lastUpdated":1713845438773}}},"Tools一些第三方库以及":{"Tools一些第三方库以及":{"currentFile":{"count":1,"lastUpdated":1713845507638}}},"LiveDirector导播台。":{"LiveDirector导播台。":{"currentFile":{"count":1,"lastUpdated":1713846588874}}},"Python小工具":{"Python小工具":{"currentFile":{"count":1,"lastUpdated":1713847220779}}},"HotKeyManager快捷键相关可以通过配置实现。":{"HotKeyManager快捷键相关可以通过配置实现。":{"currentFile":{"count":1,"lastUpdated":1713948483286}}},"MotionProcessor导播台动捕":{"MotionProcessor导播台动捕":{"currentFile":{"count":1,"lastUpdated":1714027644634}}},"启动青瞳客户端。右下一。":{"启动青瞳客户端。右下一。":{"currentFile":{"count":1,"lastUpdated":1714027880674}}},"MapEnvironment.Bat修改Server":{"MapEnvironment.Bat修改Server":{"currentFile":{"count":1,"lastUpdated":1714028106908}}},"StreamDock":{"StreamDock":{"currentFile":{"count":1,"lastUpdated":1714033564310}}},"添加道具、物品、场景、特效":{"添加道具、物品、场景、特效":{"currentFile":{"count":1,"lastUpdated":1714036023017}}},"OutlinePass":{"OutlinePass":{"internalLink":{"count":1,"lastUpdated":1715346170348}}},"JNCustomAssetEd定义修型资产":{"JNCustomAssetEd定义修型资产":{"currentFile":{"count":1,"lastUpdated":1715827692229}}},"GreenScreen":{"GreenScreen":{"currentFile":{"count":1,"lastUpdated":1715843645080}}},"Character":{"Character":{"currentFile":{"count":1,"lastUpdated":1715848900346}}}} {"128044539":{"128044539":{"currentFile":{"count":1,"lastUpdated":1714359212233}}},"StartLiveDirector启动Bat文件":{"StartLiveDirector启动Bat文件":{"currentFile":{"count":1,"lastUpdated":1713845438773}}},"Tools一些第三方库以及":{"Tools一些第三方库以及":{"currentFile":{"count":1,"lastUpdated":1713845507638}}},"LiveDirector导播台。":{"LiveDirector导播台。":{"currentFile":{"count":1,"lastUpdated":1713846588874}}},"Python小工具":{"Python小工具":{"currentFile":{"count":1,"lastUpdated":1713847220779}}},"HotKeyManager快捷键相关可以通过配置实现。":{"HotKeyManager快捷键相关可以通过配置实现。":{"currentFile":{"count":1,"lastUpdated":1713948483286}}},"MotionProcessor导播台动捕":{"MotionProcessor导播台动捕":{"currentFile":{"count":1,"lastUpdated":1714027644634}}},"启动青瞳客户端。右下一。":{"启动青瞳客户端。右下一。":{"currentFile":{"count":1,"lastUpdated":1714027880674}}},"MapEnvironment.Bat修改Server":{"MapEnvironment.Bat修改Server":{"currentFile":{"count":1,"lastUpdated":1714028106908}}},"StreamDock":{"StreamDock":{"currentFile":{"count":1,"lastUpdated":1714033564310}}},"添加道具、物品、场景、特效":{"添加道具、物品、场景、特效":{"currentFile":{"count":1,"lastUpdated":1714036023017}}},"OutlinePass":{"OutlinePass":{"internalLink":{"count":1,"lastUpdated":1715346170348}}},"JNCustomAssetEd定义修型资产":{"JNCustomAssetEd定义修型资产":{"currentFile":{"count":1,"lastUpdated":1715827692229}}},"GreenScreen":{"GreenScreen":{"currentFile":{"count":1,"lastUpdated":1715843645080}}},"Character":{"Character":{"currentFile":{"count":1,"lastUpdated":1715848900346}}},"定义了·FGuid":{"定义了·FGuid":{"currentFile":{"count":1,"lastUpdated":1715915171873}}}}

View File

@ -14,6 +14,7 @@
- [ ] 动画蓝图中的ASoul自研修形插件匹配。也就是在Maya中输出一个骨骼以及BlendShape信息JSON之后导入UE。 - [ ] 动画蓝图中的ASoul自研修形插件匹配。也就是在Maya中输出一个骨骼以及BlendShape信息JSON之后导入UE。
6. [ ] ChaosBone 6. [ ] ChaosBone
1. 参考资产KawaiiPhysics与ChaosBone混用`Content\ResArt\CharacterArt\BeiLa\BeiLa_SwimSuit\Animations\ABP_SK_BeiLa_Swimsuit_PostProcess.uasset` 1. 参考资产KawaiiPhysics与ChaosBone混用`Content\ResArt\CharacterArt\BeiLa\BeiLa_SwimSuit\Animations\ABP_SK_BeiLa_Swimsuit_PostProcess.uasset`
7. [ ] 考虑将Sequence TakeRecord功能移植到导播台项目中先确定可能性
# Console # Console
1. run0 1. run0

View File

@ -52,3 +52,27 @@ UMovieSceneSequenceExtensions methods are not exported. They dont have the PL
- https://zhuanlan.zhihu.com/p/396353973 - https://zhuanlan.zhihu.com/p/396353973
- https://zhuanlan.zhihu.com/p/414179358 - https://zhuanlan.zhihu.com/p/414179358
- https://zhuanlan.zhihu.com/p/413151867 - https://zhuanlan.zhihu.com/p/413151867
## 继承关系
UMovieSceneSignedObject -> UObject
### UMovieSceneSignedObject
子类有UMovieScene、UMovieSceneSequence、UMovieSceneTrack、UMovieSceneSection。
定义:
- FGuid Signature用于确定Object身份以便于绑定。
- FOnSignatureChanged OnSignatureChangedEventChangedEvent。
### UMovieSceneSection
#### UMovieSceneSkeletalAnimationSection
### UMovieSceneTrack
#### UMovieSceneSkeletalAnimationTrack
- `TArray<TObjectPtr<UMovieSceneSection>> AnimationSections`存储所有动画Section。
- FMovieSceneSkeletalAnimRootMotionTrackParams RootMotionParamsRootMotion控制。
编辑器代码:**FSkeletalAnimationTrackEditor**
## Sequence绑定机制笔记
### UMovieSceneSequence