Skip to content

moszheng/C4D-GrowbyIndex-FieldObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C4D_GrowbyIndex_Field

A Field Object to make Mograph grow by Index

How to Use

  1. Create Cloner Object -> [Transform] -> [Animation Mode] -> [Fixed]
  2. Add Plain effect -> [Parameter] -> Time Offset = your animation duration
  3. Add Python Field
  4. Paste Code into Python Field

Field Parameter

  1. Speed, Animation Speed (default is 1)
  2. Gap, The Gap time between two iteration. ( Unit : Second )
  3. Start Frame, When does the first item start.

C4D Field

讓 mograph 依照 Index 生長的 Field Object,可自由決定速度和時間。

使用方法

  1. 創建 Cloner Object -> [Transform] -> [Animation Mode] -> [Fixed]
  2. 創建 Plain effect -> [Parameter] -> Time Offset 輸入物件的動態總長。
  3. 在 Plain 底下創建 Python Field。
  4. 將程式碼 Code 貼進 Python Field。

Field Parameter

  1. Speed : 速度 ( 預設值 1)
  2. Gap : 兩個物件相隔的時間 ( 單位 : 秒 )
  3. Star Frame, 第一個物件的動態在什麼時候開始。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages