Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consecutives \t are not handled correctly #19

Closed
matteosaporiti opened this issue Jan 11, 2015 · 2 comments
Closed

Consecutives \t are not handled correctly #19

matteosaporiti opened this issue Jan 11, 2015 · 2 comments

Comments

@matteosaporiti
Copy link

If I try to apply a motion tracking to something like

{\blur10\t(0,600,\blur7)\t(600,1000,0.5,\blur3)\t(1000,3000,0.65,\blur0.6)}

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

@torque
Copy link
Contributor

torque commented Jan 12, 2015

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.

torque added a commit that referenced this issue Feb 11, 2015
@torque
Copy link
Contributor

torque commented Feb 11, 2015

Closing as fixed with beta 4. Feel free to reopen if you encounter problems with the fix.

@torque torque closed this as completed Feb 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants