Blender Git Commit Log

Git Commits -> Revision b001568

Revision b001568 by Sergey Sharybin (master)
May 26, 2017, 13:27 (GMT)
Fix T50908: Motion Tracker ignored grease pencil mask

This feature got lost with new auto-track API,

Added it back by extending frame accessor class. This isn't really
a frame thing, but we don't have other type of accessor here.

Surely, we can use old-style API here and pass mask via region
tracker options for this particular case, but then it becomes much
less obvious how real auto-tracker will access this mask with old
style API.

So seems we do need an accessor for such data, just matter of
finding better place than frame accessor.

Commit Details:

Full Hash: b0015686e2e48a384a0b2a03a75f6daaad7271c0
Parent Commit: ac66fb1
Lines Changed: +230, -27

10 Modified Paths:

/intern/libmv/intern/frame_accessor.cc (+49, -4) (Diff)
/intern/libmv/intern/frame_accessor.h (+14, -1) (Diff)
/intern/libmv/intern/stub.cc (+3, -1) (Diff)
/intern/libmv/intern/track_region.cc (+1, -1) (Diff)
/intern/libmv/libmv/autotrack/autotrack.cc (+22, -1) (Diff)
/intern/libmv/libmv/autotrack/frame_accessor.h (+19, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+35, -16) (Diff)
/source/blender/blenkernel/intern/tracking_auto.c (+15, -2) (Diff)
/source/blender/blenkernel/intern/tracking_util.c (+61, -1) (Diff)
/source/blender/blenkernel/tracking_private.h (+11, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021