Back to Node List

Clip Apply Path

clip_apply_path

Applies path point and handle tracks from an AnimationClip onto a Path

Draft
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Input Ports

NameTypeDescription
パス
path
Path
Required
clip を適用する元のパスです
クリップ
clip
AnimationClip
適用する AnimationClip document です
時間
time
Float
評価時刻を上書きするオプション入力

Output Ports

NameTypeDescription
パス
path
Path
clip 適用後のパスです
概要
summary
Text
短い概要文字列です

技術詳細

v1 では次の track だけを扱います。

  • PathPoint
  • ShapeHandle

適用先として想定している source は次です。

  • BezierPath
  • MultiPath

track の対応先は target.channeltarget.metadatasegmentIndex / pointKey / layerIndex から解決します。
v1 は 対応する点やハンドルを直接上書きするだけで、追加の変形モードはまだ持ちません。

使用例

  1. BezierPath
  2. RecordTake
  3. KeyframeClip
  4. ClipApplyPath
  5. PathStroke

接続:

  • RecordTake.layer -> KeyframeClip.layer
  • BezierPath.path -> ClipApplyPath.path
  • KeyframeClip.clip -> ClipApplyPath.clip
  • Float Input.output -> ClipApplyPath.time

これで Float Input を動かすと、記録した path point の動きが実際の path に反映されます。

Back to Node List
Clip Apply Path — PixPipeline Node Reference