2015年2月2日 星期一

RedGiant的Particular系統如何跟隨路徑?

教學影片:Red Giant QuickTip #25: Aligning Particular Motion Paths


  1. 上Layer > New > Light (Point)命名為Motion Path 1
  2. 上Layer > New > Solid 並加入Particular
  3. 在Particular的參數裡,找Physics > Air > Motion Path 下拉選單找1
    它就會自動配到你剛剛命名的Motion Path 1
  4. 位置可能會有偏差,想要完全跟隨路徑的話,要做以下動作:
    Patricular > Emitter > Position XY 用小豬尾巴(Expression Pick)拖到
    Motion Path的Position
    同理,再把Position Z 拖到Path的 Position Z

    *此時是生成點的跟隨
  5. 此時Position XY的表達式應為
    temp = thisComp.layer("Motion Path 1").transform.position;[temp[0], temp[1]]
    改為
    temp = thisComp.layer("Motion Path 1").transform.position.valueAtTime(0);[temp[0], temp[1]]
  6. Position Z的表達式應為
    thisComp.layer("Motion Path 1").transform.position[2]
    改為
    thisComp.layer("Motion Path 1").transform.position.valueAtTime(0)[2]


But我更換成Sprite時還是有問題orzzzzzz

AE常用功能集


  • 影片倒轉撥放
對時間軸的影片右鍵 > Time > Time-Reverse Layer 【ctrl + alt + R】


  • 影片加快/放慢
對時間軸的影片右鍵 > Time > Enable Time Remapping 【ctrl + alt + T】



  • 物件隨路徑移動
1.鋼筆畫路徑
至於要畫哪裡

>>可以畫在物件上在剪下貼上
>>可以是獨立的路徑
>>可以新增Adjustment Layer上

2.複製路徑的Mask Path 
3.貼上到物件的Position上

補充:如果要讓物件隨路徑旋轉的話,對物件右鍵 > Transform > Auto-Orient > 選第二個Orient alone path




參考教學影片:
https://www.youtube.com/watch?v=-HEbnR3QEWg
https://www.youtube.com/watch?v=acPnD9Welw8



  • 讓影格變成等速度

對時間軸的影片右鍵 > Time > Rove Across Time
關鍵影格就會變成圓形
將關鍵影格間的變化變成「等速度」,讓影片的移動與變化更平順

參考資料:
http://lms.ltu.edu.tw/course_open.php?courseID=12961&f=open_doc&cid=678069


  • 如何增加表達式 ( Expression ) ?

只要在該選項參數的碼表 押【Alt】點擊
然後小豬尾巴也可以用了唷!(Expression Pick)

參考資料:【AE中文字幕】Expression 表達式入門教學 - Lesson1


  • 要怎麼看東西的運動軌跡呢?
    Way 1:看圖層的key frame就按 【U】
    Way 2:看畫面的就按Shift+Ctrl+【H】
    Way 3:點選帶有動畫的曾去看曲線編輯器也可以