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-03-21Use linear interpolation for intersecting tracks when joining them together.Sergey Sharybin
2012-03-21Tracking objects were creating with zero scale.Sergey Sharybin
2012-03-16Allow merging two tracks in cases when they've got overlapping tracked/keyframedSergey Sharybin
2012-03-13Fix possible usage of NULL function reported by clangSergey Sharybin
2012-03-10Remove remained part of debug code.Sergey Sharybin
2012-03-10Forgot to remove code used for debuggning in previous commit.Sergey Sharybin
2012-03-10Finally 2D stabilization auto scale factor should be calculated perfectlySergey Sharybin
2012-03-09Previous fix for stabilization autoscale actually broke stabilizaiton itselfSergey Sharybin
2012-03-09Some fixes for 2D stabilization:Sergey Sharybin
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-26Fixed for selected bundles drawing in 3D viewport:Sergey Sharybin
2012-02-21Camera tracing: search area was always centered to marker's position when tra...Sergey Sharybin
2012-02-16Tomato: configurable filter type for 2d stabilizationSergey Sharybin
2012-02-16Tomato: run aspect correction before stabilizing shot.Sergey Sharybin
2012-02-16Tomato: fixed issue when track used for rotation stabilization points to a fr...Sergey Sharybin
2012-02-16Tomato: fixed incorrect auto-scale calculation for 2d stabilizationSergey Sharybin
2012-02-01Fixed typo in tracking context creation. Wasn't harmful because because of de...Sergey Sharybin
2012-02-01Camera tracking: regression fixed after recent frame postprocessing refactorSergey Sharybin
2012-01-26Color channels used for tracking is now a part of default tracking settings a...Sergey Sharybin
2012-01-25Various fixes for camera tracking stuffSergey Sharybin
2012-01-25Fix typo in camera reconstruction context creation.Sergey Sharybin
2012-01-24Fix #29975: Track Preview color channels not filtering correctlySergey Sharybin
2012-01-15Remove unused code and code sued for debugSergey Sharybin
2012-01-15Color channels now can be disabled for the whole frame in clip editorSergey Sharybin
2012-01-14- opengl render in quadview wasn't using camera.Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-10comment unused varsCampbell Barton
2012-01-10Camera tracking: tracks copy/paste operatorSergey Sharybin
2012-01-10Camera tracking: improvements of python apiSergey Sharybin
2012-01-04Camera tracking: more accurate track preview widgetSergey Sharybin
2011-12-31Code cleanup: do not use check for nan when doing check for finite due toSergey Sharybin
2011-12-31Minor code cleanup after resolving conflictsSergey Sharybin
2011-12-31workaround for error building with clang and quiet some warnings building wit...Campbell Barton
2011-12-30Disable markers when doing frame-by-frame tracking and tracker library return...Sergey Sharybin
2011-12-30Object tracking integrationSergey Sharybin
2011-12-30Camera tracking: improvements of track preview widgetSergey Sharybin
2011-12-30Fixed low boundary when detecting frames range for camera solverSergey Sharybin
2011-12-30Fix #29729: Blender crashes when camera solving with a disabled markerSergey Sharybin
2011-12-28Merging r42896 through r42944 from trunk into soc-2911-tomatoSergey Sharybin
2011-12-27More fixes for timecode usage with BKE_movieclip_get_ibuf_flagSergey Sharybin
2011-12-27Fix #29688: Timecode is not used in trackingSergey Sharybin
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-19Object tracking: configurable scale for object solutionSergey Sharybin
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-17Quite some compiler warnings...Bastien Montagne
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel