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-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-05Camera Tracking: allow fallback to reprojection resection by user demandSergey Sharybin
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Camera tracking fixesSergey Sharybin
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-15Motion Tracking: fixed dopesheet left in incorrect state after joining tracksSergey Sharybin
2012-10-15Color Management: remove unused function and get rid of unneeded float->byte ...Sergey Sharybin
2012-10-09Motion Tracking: move keyframe settings to per-tracking object settingsSergey Sharybin
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-27Fix #32669: Markers are not disabled properly if started from any other than ...Sergey Sharybin
2012-09-19Tracking: fixed crash when reference frame fails to be loadedSergey Sharybin
2012-09-17Remove obsolete code from BKE_tracking_marker_clampSergey Sharybin
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-16remove unused parts of raskter module.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
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