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
2020-04-13Refactor sample operatorRichard Antalik
2019-11-27Cleanup: Remove BIF_gl.hJeroen Bakker
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-08-07Edit Mesh Selection: Move ED_view3d_select_ functions to bf_drawmano-wii
2019-08-07Select utils refactor: remove lagacy `ED_view3d_select_id_read_rect`mano-wii
2019-05-18Fix T54686: objects don't occlude each other for edit-mesh select (part 2)Campbell Barton
2019-05-14Cleanup: rename ED_scrubbing.h to ED_time_scrub_ui.hJacques Lucke
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-09-18Gizmo: de-duplicate poll logicCampbell Barton
2018-09-02Cleanup: move select all/none/invert into templateCampbell Barton
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17CMake: add missing headersCampbell Barton
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-08WM: move manipulator library into editorsCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-05-24Merge branch 'master' into blender2.8Bastien Montagne
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-04-12Removed particle operators API and point cache operators.Lukas Tönne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-05-17CMake: correct file listingCampbell Barton
2015-04-21Metadata display support - patch by Julian and me.Antony Riakiotakis
2014-10-08Ghost Context RefactorJason Wilkins
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-04-30Code cleanup: remove unused headerCampbell Barton
2014-01-04CMake: cleanup and add includeCampbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-11-19Code Cleanup: move trans-verts out of snap code into their own file.Campbell Barton
2013-07-20hidden wireframe option for mesh editmode, important for retopology mode (can...Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-04-02Fix compilation on MinGW(64/32)Antony Riakiotakis
2013-04-02Missing GLEW path in CMake, fixes compile error in OS X.Ton Roosendaal
2012-09-05add missing files from cmakes listsCampbell Barton
2012-04-14Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), amon...Bastien Montagne
2012-04-13Fixed (or partly fixed) various missing UI translations, mainly with some spe...Bastien Montagne
2012-02-12style cleanup for bmesh headersCampbell Barton
2011-11-08svn merge ^/trunk/blender -r41602:41638 .Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin