On 17/07/2017 at 07:28, xxxxxxxx wrote:
Hi @all!
I want to offset a keyframe animation over 20 animation tracks in one object. I found some old threads in this and other forums, but none of them seems to deal with the problem I'm facing - although I find it not very special.
What I'm trying to do (animated UserData in one object) :
imageupload
all keyframes have been selected and the offset of 15 frames is set.
After that, some keyframes have been selected and the offset of -13 has been chosen.
With that, you get a staggered animation with different speeds.
I tried to come to a solution via the SDK, but.. well the simple answer is I'm not a good programmer, so I got stuck quite quickly. ;-) It seems that a selected object is always needed and I cannot access the keyframes from the UserData.
Maybe someone here can help me. I'm even quite sure there was a plugin somewhere, but I can't find it anywhere.
C4D Version: R18
TF
_Edit:
you get the same effect by selecting all the keyframes and in the "Keytime.... [ ]"-Field you type in: x+(floor(num/7)*15)
7 being the number of selected keyframes in one timeline
15 being the keyframeoffset
somehow this is a bit buggy and some keyframes are not moved._