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
2018-11-27Modifiers: Refactor `MOD_deform_mesh_eval_get()` helper a bit.Bastien Montagne
2018-11-27MOD_simpledeform: do not compute mesh when not needed.Bastien Montagne
2018-11-27MOD_smooth: do not compute mesh when not needed.Bastien Montagne
2018-11-27MOD_smooth: do not compute mesh when not needed.Bastien Montagne
2018-11-27Cleanup: tweak ED_region_is_overlap checksCampbell Barton
2018-11-27Fix local view undo (T58051)Dalai Felinto
2018-11-27Fix localview duplicated objects not in localviewDalai Felinto
2018-11-27Partial fix for T57868, crash when using bevel from Python.Howard Trickey
2018-11-27Workbench: Fix crash when enabling cavityClément Foucault
2018-11-27Fix outliner click select with tablets, after recent changes.Brecht Van Lommel
2018-11-27Fix file browser click to select not working on tablets, after recent changes.Brecht Van Lommel
2018-11-27UI: Bring back User Preferences entry in Editors list.Pablo Vazquez
2018-11-27DRW: Implement Hair Weight drawingClément Foucault
2018-11-27fix: Collada Exporter: improve usage of viewlayer and depsgraphGaia Clary
2018-11-27make node editor tool region background transparentPhilipp Oeser
2018-11-27Fix T57929: missing UI updates when changing active objectPhilipp Oeser
2018-11-27Fix T57070: Take Two of 2.8 Crash in sculpting mode with tilling and Dyntopo.Bastien Montagne
2018-11-27Tool System: use tools for node editorCampbell Barton
2018-11-27Keymap: share annotation tool keymaps between spacesCampbell Barton
2018-11-27RNA: expose access to B-Bone shape data from Python.Alexander Gavrilov
2018-11-27WM: add print for missing tool keymapCampbell Barton
2018-11-27Revert "Fix texture space not updating in edit mode."Campbell Barton
2018-11-27Revert "Inline function BKE_mesh_boundbox_calc inside BKE_mesh_texspace_calc ...Campbell Barton
2018-11-27Fix T58062: Missing redo panelCampbell Barton
2018-11-27Merge branch 'master' into blender2.8Campbell Barton
2018-11-27Fix T56872: Edge slide gives invalid normalsCampbell Barton
2018-11-27Silence warning (potentially misused twidth)Dalai Felinto
2018-11-27Font textbox overflow: Different methodsDalai Felinto
2018-11-27Fix crash iterating over empty view layerCampbell Barton
2018-11-27fix: Collada exporter: take care of parent inverse for exports of Armatures w...Gaia Clary
2018-11-27Fix: Collada Importer: Keep bindinfo option is not properly handledGaia Clary
2018-11-27fix: Collada: The limit precision option does nothingGaia Clary
2018-11-27GP: Correct Tonemapping for Blend LayersAntonioya
2018-11-27GP: Make Multiply blend works with opacityAntonioya
2018-11-27Cleanup: style, includesCampbell Barton
2018-11-26Fix T57930 : Wrong hair shading in particle edit modeClément Foucault
2018-11-26DRW: Cleanup: Fix missing uniform warning in curve edit modeClément Foucault
2018-11-26DRW: Hair: Fix hairs not working properly with duplisClément Foucault
2018-11-26DRW: Add access to object dupli parentClément Foucault
2018-11-26MOD_shrinkwrap: do not compute mesh when not needed.Bastien Montagne
2018-11-26MOD_curve: do not compute mesh when not needed.Bastien Montagne
2018-11-26MOD_cast: do not compute mesh when not needed.Bastien Montagne
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-26UI: rename "OpenGL" render engine to "Workbench".Brecht Van Lommel
2018-11-26Viewport: implement hiding faces in paint modes.Alexander Gavrilov
2018-11-26GP: New Blend Layers functionalityAntonioya
2018-11-26Workbench: Add Curvature overlay for better visibility of surface detail for ...Lukas Stockner
2018-11-26Fix view layer set in the outliner of child window not syncing to parent window.Brecht Van Lommel
2018-11-26Keymaps: don't do CLICK event when PRESS was already handled.Brecht Van Lommel
2018-11-26Enable OpenSubdiv modifier by defaultSergey Sharybin