Blender Git Loki
Git Commits -> Revision 0c68f0e
Revision 0c68f0e by Sergey Sharybin (master) March 9, 2012, 13:37 (GMT) |
Previous fix for stabilization autoscale actually broke stabilizaiton itself (median point was sliding a bit from it's original position) This happens because of how transformation for stabilization calculates: image is scaling around it's center, so image translation should be recalculated after scale was changed, but scale also depends on translation. That's where tricky things happens. It's still not ideal for case of rotation, but before fixing this issue better to figure out usecase and see if it's indeed so needed to scale around image center (it might only be helpful to use stabilization parameters in compositor nodes). |
Commit Details:
Full Hash: 0c68f0eee87d7add5915794ca7f05c666c464433
SVN Revision: 44766
Parent Commit: 15ec2a9
Lines Changed: +28, -42
1 Modified Path:
/source/blender/blenkernel/intern/tracking.c (+28, -42) (Diff)