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
2019-08-08Fix T68360: Zoom too sensitive with hi-dpiCampbell Barton
2019-08-01Fix T66028: Move sequence, movieclip and text editor progressbars to status barRichard Antalik
2019-07-31Fix T65837: "Zoom Axis" is not working on the node editorSebastian Parborg
2019-07-28Fix T66872: Changing clip color space does not update background imagesSergey Sharybin
2019-07-18Fix T67062: Movie Clip Editor does not update Editor Type when changing Editi...Sebastian Parborg
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-05-31WM: option to ignore cursor image/clip/view2d zoomCampbell Barton
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-07Fix T64257: Scrubbing in the Clip Editor Graph Editor doesn't workSergey Sharybin
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Sound: Port more cases to be a part of dependency graphSergey Sharybin
2019-05-04Fix T64143: Crash when scrubbing in the graph editorSergey Sharybin
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-04Fix T55774: Crash when reloading clip during prefetchSergey Sharybin
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-18Merge branch 'master' into blender2.8Bastien Montagne
2018-09-18Fix T56833: "zoom to cursor" in Clip editor not handling aspect ratio.Bastien Montagne
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-27UI: some renaming for more clear/consistent cursor keymaps in status bar.Brecht Van Lommel
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-05-08Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-08Tracking: Use bmain from contextSergey Sharybin
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Need to tag relations for update after new clip was addedSergey Sharybin
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2016-10-14Fix T49646: Switching from large to small image can get stuck zoom at max zoo...Anthony Edlin
2016-09-22Clip Editor: Enable Continuous Grab for view panningJulian Eisel
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-07-21Cleanup: spellingCampbell Barton
2016-02-07Cleanup: line widthCampbell Barton
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-06RNA: Add check_existing arg to other load() funcsCampbell Barton
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-02-19RNA: pass only 0/1 to RNA_property_boolean_setCampbell Barton