Notifications
Clear all

[Closed] Time Offset

hi there,
I´m trying to create an Expression Controller that takes the z position from another object and offset it’s time
Taking the Z Position is easy… but I don´t know how to offset it´s time…

Thanks for any help

2 Replies

if your setting up the expression controller by hand then you can set the tick offset in the expression controller. If your setting it all trough a script then a quick look in the docs reveals:

SetOffset

thanks a lot… it worked