改了什么呢,我不知道啊
This commit is contained in:
BIN
Document/GE0.png
Normal file
BIN
Document/GE0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
BIN
Document/GE1.png
Normal file
BIN
Document/GE1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
Document/GE2.png
Normal file
BIN
Document/GE2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 123 KiB |
33
Document/Graphic Editor.md
Normal file
33
Document/Graphic Editor.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# 图形化动画编辑器
|
||||
|
||||
## 介绍
|
||||
|
||||
在一般的动画类中,你应该可以看到除了三个动画表外的第四个按钮:GraphicEditor
|
||||
|
||||
点击之后会打开当前动画的图形编辑器
|
||||
|
||||
在使用图形动画编辑器时需要注意的一点是它和一般的编辑表并不互通,所以请不要同时打开同一个动画的多个编辑窗口,这样很可能会导致吞动画或者报错
|
||||
|
||||
###### 编辑器界面↓
|
||||
|
||||
<img title="" src="file:///D:/ichniEditor-Source/IchniCreatorStudio/Document/GE0.png" alt="1.png" data-align="left">
|
||||
|
||||
## 使用
|
||||
|
||||
图形编辑器的时间轴和timeline同步
|
||||
|
||||
当你在空的地方按住`ctrl+左键`的时候,那个地方会生成对应的事件并吸附在最近的细分时间里,如果你在两个事件中间穿插其他事件,那么这个事件的endtime会自动连接到下一个事件的starttime
|
||||
|
||||
按一个事件时,这个事件会体现在详情编辑中,在详情编辑中你可以改动这个时间的参数,就像在动画表中一样,按左上角的图标可以删除此事件
|
||||
|
||||
注意事件表和图形编辑器里的四个输入框<mark>第一列</mark>是时间<mark>第二列</mark>是值,图形编辑器~~懒得做更多提示了~~
|
||||
|
||||
图形的曲线预览和曲线幅度有关,幅度越大曲线拉伸越大,超出上下界的会表现为<mark>红色</mark>
|
||||
|
||||
<img title="" src="file:///D:/ichniEditor-Source/IchniCreatorStudio/Document/GE1.png" alt="GE1.png" data-align="inline" width="296">**就像这个**
|
||||
|
||||
当你按下`Shift+左键`的时候,对应事件会盖上黄色蒙版,此时这些事件会被放进**剪贴板**中,在按下`shift + v`的时候选中的事件会保持原来的**时间顺序放入鼠标所在的对应时间点**
|
||||
|
||||
<img src="file:///D:/ichniEditor-Source/IchniCreatorStudio/Document/GE2.png" title="" alt="GE2.png" width="549">**就像这个**
|
||||
|
||||
注意:由于该编辑器还处于测试阶段,请以编辑器内操作为主
|
||||
31
Document/console.md
Normal file
31
Document/console.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Console概要
|
||||
|
||||
Editor内有console系统,用于执行某些方便的操作。
|
||||
|
||||
在编辑界面内按 **`** (esc下面)键可以唤出console输入框,在其中输入完成后按enter键即可尝试执行框内的指令。
|
||||
|
||||
输入框配有上下文,在输入时按上下箭头可以跳转到上一次的指令。
|
||||
|
||||
输入格式按照 **指令 值 值 值** 的格式输入,其中值大多是数字值,如果是字符的话,需要带上双引号。
|
||||
|
||||
如果因为某种原因而导致指令执行失败的话,会在下面的log window有提醒。
|
||||
|
||||
有一些指令是依托于右边的inspector窗口来获取物体的,所以在执行操作前注意选中要执行的物体。
|
||||
|
||||
## 命令列表
|
||||
|
||||
(格式:命令名字 值1 值2 …值x)
|
||||
|
||||
- **`lgp生成数 x轴开始 x轴结束 y轴开始 y轴结束 z轴开始 z轴结束 `**
|
||||
(loop Generate Pathnode)输入全部是数字值,用于批量生成pathnode,记得选中track。
|
||||
|
||||
如:`lgp 10 0 0 0 5 0 100` 在track下生成10个pathnode,y值从0到5,z值从0到100
|
||||
|
||||
- **`tp x y z`**
|
||||
将场景相机快速移动到某个地方,如果不输入xyz,那么会移动到所选项的位置。~~(和mc里一个样)~~
|
||||
|
||||
- 在做了
|
||||
|
||||
## 其他
|
||||
|
||||
在做了
|
||||
26517
Document/console概要.rtf
26517
Document/console概要.rtf
File diff suppressed because it is too large
Load Diff
96812
Document/图形化动画编辑器概要.rtf
96812
Document/图形化动画编辑器概要.rtf
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user