vault backup: 2024-04-24 18:56:20
This commit is contained in:
parent
6c49291ae3
commit
a290feab13
@ -1 +1 @@
|
|||||||
{"油烟机:500":{"油烟机:500":{"currentFile":{"count":2,"lastUpdated":1712200328881}}},"卫生间:300":{"卫生间:300":{"currentFile":{"count":1,"lastUpdated":1712199965519}}},"电动晾衣架:800":{"电动晾衣架:800":{"currentFile":{"count":1,"lastUpdated":1712230810733}}},"渲染机器渲染":{"渲染机器渲染":{"currentFile":{"count":1,"lastUpdated":1712559691350}}},"imgPath":{"imgPath":{"currentFile":{"count":1,"lastUpdated":1713156550242}}},"03-UnrealEngine":{"03-UnrealEngine":{"internalLink":{"count":1,"lastUpdated":1713156577045}}},"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}}}}
|
{"油烟机:500":{"油烟机:500":{"currentFile":{"count":2,"lastUpdated":1712200328881}}},"卫生间:300":{"卫生间:300":{"currentFile":{"count":1,"lastUpdated":1712199965519}}},"电动晾衣架:800":{"电动晾衣架:800":{"currentFile":{"count":1,"lastUpdated":1712230810733}}},"渲染机器渲染":{"渲染机器渲染":{"currentFile":{"count":1,"lastUpdated":1712559691350}}},"imgPath":{"imgPath":{"currentFile":{"count":1,"lastUpdated":1713156550242}}},"03-UnrealEngine":{"03-UnrealEngine":{"internalLink":{"count":1,"lastUpdated":1713156577045}}},"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}}}}
|
@ -1,3 +1,13 @@
|
|||||||
|
# TODO
|
||||||
|
1. 项目目录中的EditorTools\\Python\\MaterialSetCharacter\\SetCharacter.py 是否是不需要使用的?
|
||||||
|
1. 以前使用的工具脚本,可以不用。
|
||||||
|
2. [ ] 思诺生日会
|
||||||
|
1. [ ] 道具衣服导入流程。
|
||||||
|
2. [ ] 直播流程跑通
|
||||||
|
4. [ ] Sequence播放逻辑跑通。
|
||||||
|
5. [ ] 角色、衣服重新绑定。以及重定向。
|
||||||
|
1. [ ] 角色裸模,骨骼权重传递给衣服。之后修改轴向。
|
||||||
|
|
||||||
# 直播流程
|
# 直播流程
|
||||||
## 服务拉起顺序
|
## 服务拉起顺序
|
||||||
1. Server先开
|
1. Server先开
|
||||||
@ -20,7 +30,8 @@
|
|||||||
2. StartClient_PicoClient_1
|
2. StartClient_PicoClient_1
|
||||||
3. StartClient_PicoClient_2
|
3. StartClient_PicoClient_2
|
||||||
4. StartClient_PicoClient_3
|
4. StartClient_PicoClient_3
|
||||||
5. MotionServer:动捕相关。
|
3. 启动编辑器:项目目录中的StartEditor_Win.bat
|
||||||
|
4. MotionServer:动捕相关。
|
||||||
|
|
||||||
## 修改配置
|
## 修改配置
|
||||||
1. MotionServer:通过修改源码来指定IP。
|
1. MotionServer:通过修改源码来指定IP。
|
||||||
@ -125,6 +136,29 @@
|
|||||||
6. MultiViewRenderer:20个View的UI相关。
|
6. MultiViewRenderer:20个View的UI相关。
|
||||||
7. UIModule:UI样式定义,功能。
|
7. UIModule:UI样式定义,功能。
|
||||||
|
|
||||||
|
### HotKeyManager
|
||||||
|
实现UI控件SHotKeyEditor、SHotkeyInput。主要的功能是注册名为HotKeyManager的Tab,里面塞了前面2个UI控件。
|
||||||
|
TODO:找到在哪使用
|
||||||
|
|
||||||
|
### LiveDirector
|
||||||
|
#### AIACao(后续大概率不会再用)
|
||||||
|
AI NLP相关,需要自己接入服务。
|
||||||
|
|
||||||
|
#### AIgo(一欧元滤波器)
|
||||||
|
TODO:找到在哪使用
|
||||||
|
|
||||||
|
#### Animation
|
||||||
|
- FAnimNode_FullBody:动画蓝图中**非MotionProcessor** LiveDirector Client使用该节点。
|
||||||
|
- FSequenceMotionSource:一个单例类(没有继承),猜测与Sequoia系统记录数据有关。
|
||||||
|
|
||||||
|
#### Camera
|
||||||
|
- DirectorCamera
|
||||||
|
- CameraCopySettings
|
||||||
|
- CamTarget
|
||||||
|
- CamTargetManagerActor
|
||||||
|
- DroneCamera
|
||||||
|
|
||||||
|
|
||||||
## Material
|
## Material
|
||||||
ResArt-CommonMaterial-Material,M_ToonHair_v01。v02为新版。
|
ResArt-CommonMaterial-Material,M_ToonHair_v01。v02为新版。
|
||||||
- CommonMaterial-Functions:ShadingModel的骚操作。
|
- CommonMaterial-Functions:ShadingModel的骚操作。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user