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
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-03-05Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-05Fix T54204: Wrong selection on Clean Tracks (Motion Tracking)Sergey Sharybin
2018-01-09Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-08Fix T53612: Blender crashes on CleanTracks with 'DELETE_SEGMENTS' and a disab...Sergey Sharybin
2017-12-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-19Tracking: Add missing animation fix when deleting plane trackSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2016-08-16Rework 2D stabilizatorIchthyostega
2016-01-27Tracking: Update plane track solution after joining point tracksSergey Sharybin
2016-01-27Tracking: Solve some TODOsSergey Sharybin
2016-01-16Cleanup: styleCampbell Barton
2016-01-15Tracking: Make plane track sliding aware of closest mouseSergey Sharybin
2016-01-15Tracking: Split tracking_ops into smaller filesSergey Sharybin
2016-01-15Tracking: Cleanup, use more strict code styleSergey Sharybin
2016-01-15Tracking: Use sliding zone which is closer to the mouseSergey Sharybin
2015-11-16Cleanup: typosCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-10Picky edits to previous commit.Bastien Montagne
2015-06-10Fix T45017: Crash when running 'track markers' operator with no clip loaded.Bastien Montagne
2015-04-30Cleanup: typosCampbell Barton
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-04-22Tracking: Some more code de-duplicationSergey Sharybin
2015-04-22Tracking: Add missing plane track remapping when joining two point tracksSergey Sharybin
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2014-11-28Cleanup: unused headersCampbell Barton
2014-10-30Libmv: Replace region tracker with autotracker in BlenderSergey Sharybin
2014-09-26Tracking: Some minor improvements to copy-pasteSergey Sharybin
2014-07-30user lower threshold for Harris feature detectorSebastian Koenig
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Fix T39546: blender crash on open recent file, when tracking is still in prog...Sergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use bool insted of int/short in MCESergey Sharybin
2014-03-20Code cleanup: use bool/true/false in clip editorSergey Sharybin
2014-03-19Code cleanup: unreachable break/returnCampbell Barton