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
2015-01-07Fix for bool flag useCampbell Barton
2015-01-04FileBrowser: Cleanup: rename some (really ugly) enum names.Bastien Montagne
2014-12-15Fix for clip proxies builder reloading original footage framesSergey Sharybin
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-30Removing last vestigial remains of old C-based UI for Grease PencilJoshua Leung
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-31Cleanup: namingCampbell Barton
2014-10-30Libmv: Replace region tracker with autotracker in BlenderSergey Sharybin
2014-10-10Tracking: Use task scheduler instead of thread pool for proxy buildSergey Sharybin
2014-10-10Tracking: Switch prefetch to use generic task schedulerSergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-07Partial fix of T42052: Clip editor does not support Continue zoom styleSergey Sharybin
2014-09-26Tracking: Some minor improvements to copy-pasteSergey Sharybin
2014-09-26Tracking: Add shortcuts for the copy-paste as wellSergey Sharybin
2014-09-03Skip distortion of the grease pencil associated with the trackSergey Sharybin
2014-08-30Fix T41642: Zoom View hotkey: Zoom Position Y doesn't workingBastien Montagne
2014-08-13Compare squared distances for tracking selectionCampbell Barton
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-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-06-07Replace open() with BLI_openCampbell Barton
2014-05-26Fix T40354: Camera Tracks in the Dope Sheet can't be deselectedSergey Sharybin
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-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: check UI_view2d_view_to_region_clip succeeds before using the resultCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-17Support multiple distortion models, including a new division modelSergey Sharybin
2014-04-14Fix for the eyedropper fixes from todaySergey Sharybin
2014-04-14Fix the eyedropper not working properly with different scene linear spacesSergey Sharybin
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2014-04-02Replace resize code of image scopes by use of new GRIP button.Bastien Montagne
2014-04-02implement cache line for image editorSergey Sharybin
2014-04-01Image and clip editor: change zoom step to end up at powers of two.Harshit Mehta
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-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-26Code cleanup: style and warningsCampbell Barton
2014-03-25Zoom to mouse position didn't work in MCE when locked to a selectionSergey Sharybin