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
2014-02-19Change default track to 15px pattern and 71px searchSergey Sharybin
2014-02-19Added track weight to presetsSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-28Followup to the previous commitSergey Sharybin
2014-01-01Code cleanup: line wraps and file names in doxy commentsSergey Sharybin
2014-01-01Split tracking.c into several filesSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-11-29Image wrapping for plane track in clip editorSergey Sharybin
2013-10-26Weighted tracksSergey Sharybin
2013-10-26correct typoCampbell Barton
2013-10-20Code cleanup: added generic function copt_m3_m3dSergey Sharybin
2013-10-15Get rid of Allow Fallback optionSergey Sharybin
2013-09-30Fix for plane track jitteringSergey Sharybin
2013-09-17Re-track the plane after clearing the keyframeSergey Sharybin
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-09-10Tweaks to plane trackSergey Sharybin
2013-09-09Avoid using "bundle" in condole message printSergey Sharybin
2013-09-09Fix own mistake in one of previous commitsSergey Sharybin
2013-09-06Woops, minr style changes are needed.Sergey Sharybin
2013-09-06Avoid tracks reallocation and planes traversal in tracks_map_mergeSergey Sharybin
2013-09-05code cleanup:Campbell Barton
2013-09-05Code cleanup: get rid of crappy height cast to doubleSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for tracking APISergey Sharybin
2013-09-03Fix #36587: Tracking markers fail to track near the left and right edge of a ...Sergey Sharybin
2013-09-03Fix #36643: Clip Editor: undesired Markers created "automatically" while I tr...Sergey Sharybin
2013-09-02warning cleanup: correct some odd returns and quiet strict flag warnings on s...Campbell Barton
2013-09-02Fix crash when adjusting plane track after re-tracking point tracksSergey Sharybin
2013-09-01Remove some unneeded type conversions.Sergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-07-31Code cleanup: libmv C APIJoseph Mansfield
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
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