Shift Frame by Id Channel in CHOP [Offset Cycle ]

   1331   1   0
User Avatar
Member
24 posts
Joined: Oct. 2015
Offline
hi ./

Is Possible in Chop Shift Group of channel by Id ?

for example i have lot's bird , each bird have many Point with Motion and unique Id per Bird and i want push left to right the channel..

if checked the hip file can understand better .

Attachments:
Time Offset Objects Chop.hip (133.5 KB)

User Avatar
Member
2042 posts
Joined: Sept. 2015
Offline
Your issue is with the fit01 function. fit01 clamps your channel value of 2 to 1 so that channels ty1 and ty2 get the same return values in your scene.

Try multiplying the $C by a fraction value like 0.3 to get all three channels with different values;

fit01($C * 0.3, 1, 10)

If your going to have lots of birds I would use fit instead of the fit01 function.
Edited by BabaJ - Feb. 21, 2020 11:16:59

Attachments:
Time Offset Object Chops v0.hiplc (114.1 KB)

  • Quick Links