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-06-11Drivers: ensure Python expressions are cached with copy-on-write.Brecht Van Lommel
2018-06-11Cleanup: fix compiler warnings.Brecht Van Lommel
2018-06-11Cleanup: add simplified panel callbacksCampbell Barton
2018-06-11Fix crash when doing Sculpt->Edit->Sculpt switch.Bastien Montagne
2018-06-11WM: use layout/draw callbacks for buttons spaceCampbell Barton
2018-06-11WM: split panel drawing into layout and drawCampbell Barton
2018-06-11Fix incorrect object selection test in outliner and rigid body.Brecht Van Lommel
2018-06-11Fix: Remove UI_BLOCK_MOVEMOUSE_QUIT from popoversJoshua Leung
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-11Fix T55440: Pose Mode CrashDalai Felinto
2018-06-11Fix separator element for headers with multiple directionsDalai Felinto
2018-06-11UI: Separator spacerDalai Felinto
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Render: Create a separate gl context for rendering.Clément Foucault
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-113D View: move screen overlays to the topCampbell Barton
2018-06-11Merge branch 'master' into blender2.8Philipp Oeser
2018-06-11Fix PyConsole: Drag events finished early in modal text selectionPhilipp Oeser
2018-06-11WIP: Add driver eyedropper operator button beside the "add input" buttonJoshua Leung
2018-06-11Drivers UI: Introduce more whitespace, to make the sections clearerJoshua Leung
2018-06-11Merge branch 'master' into blender2.8Philipp Oeser
2018-06-11Cleanup: Remove the "all" parameter from "ANIM_OT_driver_button_edit"Joshua Leung
2018-06-11Drivers UI: Don't show the Copy/Paste driver dvars buttons in the popoversJoshua Leung
2018-06-11Fix T55349: crash adding paint slot when object is on hidden layerPhilipp Oeser
2018-06-11Cleanup: warningsCampbell Barton
2018-06-11Drivers UI Fix: Use uiLayoutSetContextFromBut() so that operators will work i...Joshua Leung
2018-06-11Driver Workflow (T55145): Tweak to default expression used for new drivers cr...Joshua Leung
2018-06-11Drivers Workflow (T55145): Improvements to "Add Driver" workflowJoshua Leung
2018-06-10UI: change toolbar icon size from 38 -> 32Campbell Barton
2018-06-10UI: remove tab use in the tool-settingsCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09RNA: remove Layout.introspectCampbell Barton
2018-06-09UI: always show popover subpanel header textCampbell Barton
2018-06-09UI: fix popover subpanel header displayCampbell Barton
2018-06-09UI: use draw_header function for popover buttonsCampbell Barton
2018-06-09Add new GridFlow layout.Bastien Montagne
2018-06-09Merge branch 'master' into blender2.8Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-09UI: initial support for parent panels in popoversCampbell Barton
2018-06-09Layout for materials closer to single columnPablo Vazquez
2018-06-08WM: fix panel drag event handlingCampbell Barton
2018-06-08WM: fix node link & background dragCampbell Barton
2018-06-08WM: fix panel drag event handlingCampbell Barton
2018-06-08WM: fix node link & background dragCampbell Barton
2018-06-08UI: clear properties color when emptyCampbell Barton
2018-06-08Sculpt/Paint: move PBVH building to use evaluated mesh instead of deprecated ...Bastien Montagne
2018-06-08UI: remove tools space type, use properties contextCampbell Barton
2018-06-08Fix crash with wertex and weight modesSergey Sharybin