Masks tracking operators

The information below is what I came across this past 4 days. It is revision 56934 and I am not seeing the panel that Motion Tracker developer nazgul is talking.

Has any body had success with this.

      http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56934

Author: nazgul
Date: 2013-05-20 21:55:01 +0000 (Mon, 20 May 2013)
Log Message:

Masks tracking operators

Added an operators which tracks the whole masks
in clip editor. Namely, this operators are tracking
selected splines of active spline layer.

This uses the same exact region tracker as motion
tracker used for ages, just marker is created from
mask spline. Pattern area will match the size of
spline’s bounding box (without feather taken into
account!). Search area is currently hardcoded to
1.5x times bigger than marker’s pattern area.

Settings for the tracked are used from default
tracker settings (which are in T-panel). So for
this added special panel to mask mode which
contains default tracker settings.

Matching will be ignored and Previous Frame
matching will be used.

Speed is also currently hardcoded to realtime.

This new tracker operators are using the same
shortcuts as regular tracker.

TODO:

  • Feather support.
  • Better deal with search area size.
  • Think of tracking speed control.

This is an experimental feature, might crash or
do not behave as you expect it to behave.

Yeah I saw it too. But I haven’t had time to grab a new build. Sometimes Sergey doesn’t expose the tools the way you expect… but it’s odd you can’t find it. Perhaps it lives in Mask mode?

Thanks for the reply

Commiter’s mail suggests that it is only in the tomato branch at the moment. You could sniff around for a build or roll your own.

Thanks for the information