blender/source
Sergey Sharybin b0015686e2 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.
2017-05-26 15:27:49 +02:00
..
blender Fix T50908: Motion Tracker ignored grease pencil mask 2017-05-26 15:27:49 +02:00
blenderplayer Fix Blenderplayer stubs 2017-05-11 01:13:32 +02:00
creator Fix blender player python installation on macOS after recent changes. 2017-05-25 22:18:50 +02:00
gameengine CMake: Use GCC7's -Wimplicit-fallthrough=5 2017-05-20 14:01:03 +10:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt