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
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup, more meaningful and up to date commentsSergey Sharybin
2018-11-07Skip dependency graph update when interface is lockedSergey Sharybin
2018-11-07Cleanup, indentationSergey Sharybin
2018-11-07Cleanup: styleCampbell Barton
2018-11-07Cleanup: use BKE_brush_tool_get/set macrosCampbell Barton
2018-11-07Paint: fix for creating duplicate brushesCampbell Barton
2018-11-07Paint: correct brush defaultsCampbell Barton
2018-11-06Tool System: use tool type enum to access brushesCampbell Barton
2018-11-02UI: add option for permanently allowing execution of scripts to dialog.Brecht Van Lommel
2018-11-02UI: Rename Save User Settings operator to Save User Preferences.Pablo Vazquez
2018-11-02UI: TypoPablo Vazquez
2018-11-01Cleanup: styleCampbell Barton
2018-11-01UI: show blocking popup when auto execution of scripts is disabled.Brecht Van Lommel
2018-11-01Fix T57553: Python operator popup size does not follow UI scale and DPI.Brecht Van Lommel
2018-10-29Enable dependency graph update while renderingSergey Sharybin
2018-10-29Fix topbar UI being lost on undo w/ mode changeCampbell Barton
2018-10-26Fix crash when switching to Scripting workspaceDalai Felinto
2018-10-26PyAPI: raise error when toolbar panels use tabsCampbell Barton
2018-10-26WM: default tool was being set for space types w/o toolsCampbell Barton
2018-10-26PyAPI: draw handlers now store args in the capsule contextCampbell Barton
2018-10-25WM: space, region type filtering for paint cursorCampbell Barton
2018-10-25Merge branch 'master' into blender2.8Campbell Barton
2018-10-25WM: minor changes to cursor APICampbell Barton
2018-10-22Drag & Drop: Support Open/Link/Append when dropping .blend fileJacques Lucke
2018-10-22Merge branch 'master' into blender2.8Bastien Montagne
2018-10-22Tentative fix for T57066: Daily build of Blend 2.79 crashes on OSX Mojave.Bastien Montagne
2018-10-22Merge branch 'master' into blender2.8Campbell Barton
2018-10-22Prevent G.fileflags changes when WM_OT_save_mainfile() is called from scriptCampbell Barton
2018-10-22Merge branch 'master' into blender2.8Campbell Barton
2018-10-22Fix T57328: 'Save As Copy' prints warningCampbell Barton
2018-10-19Image Space: make 'UV Edit' a separate modeCampbell Barton
2018-10-18Cleanup: move gizmo sort functions into an APICampbell Barton
2018-10-16Cleanup: namingCampbell Barton
2018-10-16Event System: don't invoke operator that should only be executedJacques Lucke
2018-10-12Prevent G.fileflags changes when WM_OT_save_mainfile() is called from scriptSybren A. Stüvel
2018-10-09Cleanup: namingCampbell Barton
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-10-05Tool System: initial support for UV-sculptCampbell Barton
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-10-04Revert "UI: start maximized on X11 if possible, like other platforms."Brecht Van Lommel
2018-10-04WM: fix non-undo operators stealing redo panelCampbell Barton
2018-10-04UV: border/circle select/deselect supportCampbell Barton
2018-10-04UV: rename circle select operatorCampbell Barton
2018-10-03Fix gizmo tooltips ignoring preferenceCampbell Barton
2018-10-02Gizmo: support for gizmo-group propertiesCampbell Barton
2018-10-02WM: generalize tool property initializationCampbell Barton
2018-10-01UI: start maximized on X11 if possible, like other platforms.Brecht Van Lommel
2018-10-01Fix app template __init__.py not running without a userpref.blend.Brecht Van Lommel
2018-10-01Cleanup: styleCampbell Barton