Blender Git Commit Log

Git Commits -> Revision 130e7ab

Revision 130e7ab by Sergey Sharybin (master)
May 21, 2012, 09:19 (GMT)
Move search area form track to marker structure

This allows different markers has different size of search area which
makes it possible to scale search area when doing planar tracking.

Made changes to all related areas such as transformation, tracking,
finally ported marker clamping function, added python bindings for
changed search area and added python API for pattern corners.

TODO: It's still possible to make marker's center go outside of pattern
corners when translating pattern area or rotating it around median
point.

Commit Details:

Full Hash: 130e7ab6f43a8e358ab7e4d85402f2d6af4b623a
SVN Revision: 46835
Parent Commit: ca446f0
Lines Changed: +218, -215

10 Modified Paths:

/source/blender/blenkernel/BKE_tracking.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/tracking.c (+57, -83) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+38, -43) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+14, -14) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+17, -17) (Diff)
/source/blender/editors/transform/transform_conversions.c (+12, -14) (Diff)
/source/blender/editors/transform/transform_generics.c (+8, -5) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+17, -6) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+47, -31) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021