You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the result comes out wrong, because \t is always handled like is starting from the "static" value and not from the end of the previous \t.
This means that when motion tracked the type goes like:
blur10->blur7 | blur10->blur->3 | blur10->blur0.6
The text was updated successfully, but these errors were encountered:
This is a known problem with the transform interpolation. This line should be handled properly if you turn off the Interp. transforms option. This will be fixed at some point before 1.0.0 final.
Going to leave the issue open as a reminder. Thanks.
If I try to apply a motion tracking to something like
the result comes out wrong, because \t is always handled like is starting from the "static" value and not from the end of the previous \t.
This means that when motion tracked the type goes like:
blur10->blur7 | blur10->blur->3 | blur10->blur0.6
The text was updated successfully, but these errors were encountered: