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
2013-06-28fix for crash when setting the cursor in background mode.Campbell Barton
2013-06-25style cleanupCampbell Barton
2013-06-12Cleaned code a bit around 2D stabilizationSergey Sharybin
2013-05-31Fix #35581: Crash when using Track RefineSergey Sharybin
2013-05-30Motion tracking: automatic keyframe selectionSergey Sharybin
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-14style cleanupCampbell Barton
2013-05-13Cleanup and small improvements to libmvSergey Sharybin
2013-05-13Apply scale on scene reconstruction when applying scale on cameraSergey Sharybin
2013-05-13add missing STACK_INIT, also quiet float <> double conversion warnings.Campbell Barton
2013-05-13Remplace bunch of annoying ifdefs in tracking.c with a libmv-capi_stub.ccSergey Sharybin
2013-05-13Fix for keyed marker search not happening correct in some casesSergey Sharybin
2013-05-12Fix for "no functional changes" commitSergey Sharybin
2013-05-12Refine markers position operatorSergey Sharybin
2013-05-12Documentation for functions inside tracking.cSergey Sharybin
2013-05-09Reconstructed scene scale ambiguity improvementSergey Sharybin
2013-05-06Fix for crash when using 2D stabilization for float movie clipsSergey Sharybin
2013-05-06Fix missing angle zerolization when 2d stabilization is disabled.Sergey Sharybin
2013-04-082D stabilization default filter to bilinearSergey Sharybin
2013-04-08Camera stabilization fixes and improvementsSergey Sharybin
2013-04-06Revert change made to bilinear sampler in libmvSergey Sharybin
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-15add in ifdef for WITH_LIBMV, correct own error passing float[2] as float[3]Campbell Barton
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-06Tracking dopesheet fixes:Sergey Sharybin
2013-03-06code cleanup: quiet float/double conversion warnings.Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-04Fix for incorrect subpixel precision of marker when using track offsetSergey Sharybin
2013-02-28Modal (aka tripod) solver reworkSergey Sharybin
2013-02-26Camera tracking: support refining radial K1, K2 onlySergey Sharybin
2013-02-25Fix compilation error with libmv disabledSergey Sharybin
2013-02-25Camera tracking, minor changes:Sergey Sharybin
2013-02-25Camera tracking: libmv distortion API now also uses camera intrinsicsSergey Sharybin
2013-02-25code cleanup: camera trackingSergey Sharybin
2013-02-22Motion tracking dopesheetSergey Sharybin
2013-02-18Correction to r54600Sergey Sharybin
2013-02-05Tracking settings for new clip didn't match default resetSergey Sharybin
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-12-10Camera tracking: libmv distortion API now also uses camera intrinsics structureSergey Sharybin
2012-12-10code cleanup: camera trackingSergey Sharybin
2012-12-10Merging r51923 through r52851 from trunk into soc-2011-tomatoSergey Sharybin
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-05Merging r50625 through r51896 from trunk into soc-2011-tomatoSergey 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