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
path: root/source
AgeCommit message (Expand)Author
2019-05-01UI: use Mac key symbols in menus on macOS, instead of text like "Cmd"Harley Acheson
2019-05-01UI: make outliner hierarchy line width take into account DPIHarley Acheson
2019-05-01UI: improve readability of Normals menu in edit modeGeorge Vogiatzis
2019-05-01Alembic: integrate cache file into the dependency graphBrecht Van Lommel
2019-05-01Eevee: Fix crash when rendering due to recent lookdev refactorClément Foucault
2019-05-01Modifiers: support parallelism in Armature and Lattice Deform.Alexander Gavrilov
2019-05-01Fix crash on unlinking sceneRichard Antalik
2019-05-01Use cache only in current sceneRichard Antalik
2019-05-01Fix T49589: 2.78 VSE no longer caching Node Editor scene stripsRichard Antalik
2019-05-01Cleanup: correct arg wrapping from recent cleanupCampbell Barton
2019-05-01UV Sculpt: improve tool-system integrationCampbell Barton
2019-05-01Fix line width for image sample size displayCampbell Barton
2019-05-01Eevee: Lookdev: Cleanup implementation & support for Bloom and TAAClément Foucault
2019-05-01Eevee: Add support for alpha background in viewportClément Foucault
2019-05-01DRW: Draw checkerboard alpha pattern for CyclesClément Foucault
2019-05-01DRW: Add DRW_STATE_BLEND_PREMUL_UNDERClément Foucault
2019-05-01Cleanup: long function call in interface_draw.cClément Foucault
2019-05-01Cleanup: Redundant struct specifierSergey Sharybin
2019-05-01Cleanup: use BKE_pchan_mat3_to_rot / rot_to_mat3 utility functionsCampbell Barton
2019-05-01BKE_pchan: add BKE_pchan_rot_to_mat3Campbell Barton
2019-05-01UI: move image paint panels into the image side-barCampbell Barton
2019-05-01Fix T64049: Unset space type crashesCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-05-01Cleanup: comments (long lines) in ikpluginCampbell Barton
2019-05-01Cleanup: comments (long lines) in compositorCampbell Barton
2019-05-01Cleanup: comments (long lines) in drawCampbell Barton
2019-05-01Cleanup: redundant lookupCampbell Barton
2019-05-01Fix error storing proportional editing for redoCampbell Barton
2019-05-01Outliner: Fix "Unlink" not working for parented objectsDalai Felinto
2019-05-01Cleanup: comments (long lines) in modifiersCampbell Barton
2019-05-01Cleanup: comments (long lines) in compositorCampbell Barton
2019-05-01Cleanup: comments (long lines) in freestyleCampbell Barton
2019-05-01Cleanup: indentation from braces in '#if 0'Campbell Barton
2019-04-30Fix broken build from recent rBae7db030dab0.Bastien Montagne
2019-04-30Cleanup/update comment on flag_legacy valuesDalai Felinto
2019-04-30Fix T63343: Duplicated object is hidden whereas it should notDalai Felinto
2019-04-30Stop using deprecated ob->flag & SELECTDalai Felinto
2019-04-30Remove BKE_scene_object_base_flag_sync_from_objectDalai Felinto
2019-04-30Refactor: Use object select API - ED_object_base_selectDalai Felinto
2019-04-30Grease Pencil: Fix using wrong flag for selecting objects on convertDalai Felinto
2019-04-30Cleanup: Object base syncing already happening as part of ED_object_base_selectDalai Felinto
2019-04-30GPencil: Small tweak to Dot minimum thicknessAntonioya
2019-04-30Fix T63864 Duplicate Data options don't exist for Light Probe and Grease PencilAntonioya
2019-04-30Select: Add 'deselect on nothing' to NLA editor.Bastien Montagne
2019-04-30Tweak to previous 'deselect on nothing' commit for Graph editor.Bastien Montagne
2019-04-30Fix (unreported) two memleaks in clic-select ops of Action and NLA editors.Bastien Montagne
2019-04-30Select: Add 'deselect on nothing' to Action (dopesheet) editor.Bastien Montagne
2019-04-30Select: Add 'deselect on nothing' to Graph (fcurves) editor.Bastien Montagne
2019-04-30Select: Add 'deselect on nothing' to UV editor.Bastien Montagne
2019-04-30Fix proportional editing always enabled if the property exists in thePhilipp Oeser