Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-15Silent compiler's warnings about tracking moduleSergey Sharybin
2012-09-03fix [#32434] Copy-Paste Tracks causes Blender to freeze/crash on second use.Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-01fill in dummy values when using movie clip distort node but compiled without ...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27Added utility function to return marker's subframe positionSergey Sharybin
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-25Camera solver: take track offset into accountSergey Sharybin
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-16style cleanupCampbell Barton
2012-06-15Remove unused code and correct comment for track mask AASergey Sharybin
2012-06-15fix for building without libmvCampbell Barton
2012-06-152D stabilization didn't work since clip start frame commitSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-06-12Some Clip Editor interface clean-ups:Sergey Sharybin
2012-06-12Added options to display only selected tracks and show hidden tracksSergey Sharybin
2012-06-12Make dopesheet settings per-tracking dataSergey Sharybin
2012-06-12Masking support for motion tracksSergey Sharybin
2012-06-11Scale search area when doing planar trackingSergey Sharybin
2012-06-11Move all marker placement into a single omp critical sectionSergey Sharybin
2012-06-10style cleanupCampbell Barton
2012-06-10Fix compilation without libmvSergey Sharybin
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-08Added sorting by average reprojection error to motion tracking dopesheet.Sergey Sharybin
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-05-23Camera tracking: imbuf (un)distoriton used to set RECT_INVALID flag for sourc...Sergey Sharybin
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-09Camera tracking: exr frames used to be displayed in linear spaceSergey Sharybin
2012-05-09Camera tracking: fixes for tracking of float imagesSergey Sharybin
2012-05-07Style cleanup of own modules using style checker from Campbell.Sergey Sharybin
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04Style cleanup: spaces around operatorsSergey Sharybin
2012-05-04Camera tracking: switch dopesheet information to lazy calculationSergey Sharybin
2012-05-03Clip editor: sort order for dopesheet channelsSergey Sharybin
2012-05-03Camera tracking: pre-calculate tracked segments for dopesheet channelsSergey Sharybin
2012-05-03Camera tracking: clear clipboard path before copying tracks to it.Sergey Sharybin
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-28Camera tracking: support of tripod motion solvingSergey Sharybin
2012-04-14Camera tracking: support of tripod motion solvingSergey Sharybin
2012-04-07Disabling color channels for float images in clip editor now works fine.Sergey Sharybin
2012-03-30Camera tracking refactoring:Sergey Sharybin
2012-03-26Default settings for new movie clip tracking now is the same as Default presetSergey Sharybin
2012-03-26Code style cleaup for motion-tracking modules.Sergey Sharybin
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton