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-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
2019-04-30Refactor markers drawingJacques Lucke
2019-04-30Refactor: Separate scrollers from text drawing in APIJacques Lucke
2019-04-30Fix T63393 Eevee: Specular Shader's Clear Coat does not functionClément Foucault
2019-04-30Sequencer: Scene Strip PerformanceJeroen Bakker
2019-04-30Fix T63759 Vertex Bevel works for width and depth offset types.Howard Trickey
2019-04-30Fix T64003: cannot enter object dimensions above 10000Philipp Oeser
2019-04-30DRW: Add debug utility for batch cache requestsClément Foucault
2019-04-30Fix T64009 Normal Maps not working on EEVEEClément Foucault
2019-04-30Fix T63912: don't collapse menu separators for pie menusHarley Acheson