Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> tracking_average
"Tracking_average" branch
Total commits : 4
Total committers : 1
First Commit : January 5, 2021
Latest Commit : January 5, 2021
Commits by Date
Date | Number of Commits | |
---|---|---|
January 5, 2021 | 4 |
Committers
Author | Number of Commits |
---|---|
Sergey Sharybin | 4 |
Popular Files
Filename | Total Edits |
---|---|
tracking.c | 3 |
space_clip.py | 2 |
tracking_test.cc | 2 |
BKE_tracking.h | 2 |
space_clip.c | 1 |
clip_intern.h | 1 |
tracking_ops.c | 1 |
Latest commits
January 5, 2021, 10:01 (GMT) |
Tracking: Expose track average in the menu Patch by Sebastian Koenig, thanks! |
January 5, 2021, 09:26 (GMT) |
Tracking: Fix wrong interpolation at the end of markers array |
January 5, 2021, 08:50 (GMT) |
Tracking: Implement tracks average operator Average selected tracks into the new one. This can be used to improve stability of tracking on blurry or non-very-sharp feature shapes. Averaging happens for all position, pattern corners and search area. Disabled markers do not take effect on averaging. Keyframed flag is copied from source. Gaps in the source tracks will be linearly interpolated, to reduce result track jump. Note that this only applies to gaps "inbetween". This means that if an input track doesn't have markers in the beginning/end of it, there is nothing to interpolate with and the result track will jump. Available from the Track panel, under the Merge category. Differential Revision: https://developer.blender.org/D6323 |
January 5, 2021, 08:50 (GMT) |
Tracking: Add interpolated accessor for markers Allows to get marker position interpolated through out a gap. Currently unused, but is covered with test. Aimed to be used for track average operator. |
MiikaHweb - Blender Git Statistics v1.06