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-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-26UI: status bar cursor keymap displayCampbell Barton
2018-06-23Merge branch 'master' into blender2.8Campbell Barton
2018-06-23UI: alternate fix for empty context menuCampbell Barton
2018-06-16UI: Add property decorator buttonsCampbell Barton
2018-06-14T55406: Flip MatcapJeroen Bakker
2018-06-13UI: remove empty space at the end of headers, tweak start/end spacing.Brecht Van Lommel
2018-06-12UI: Initial persistent floating redo panelCampbell Barton
2018-06-11UI: Separator spacerDalai Felinto
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09RNA: remove Layout.introspectCampbell Barton
2018-06-09Add new GridFlow layout.Bastien Montagne
2018-06-08Merge branch 'master' into blender2.8Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-06UI: sub panel titles draw smaller and indented.Brecht Van Lommel
2018-06-06Cleanup: USE_UI_* prefix for UI definesCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-03UI: add subpanel support.Brecht Van Lommel
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-28UI: Option to layout properties in two columnsCampbell Barton
2018-05-25UI: support for a popup panel which stays openCampbell Barton
2018-05-25UI: Move UI_paneltype_draw into layout codeCampbell Barton
2018-05-23UI: popup panel operator, as we have for menusCampbell Barton
2018-05-20UI: support for custom keymaps for popoversCampbell Barton
2018-05-19UI: popover-once (click-drag for single actions)Campbell Barton
2018-05-13UI: fix popovers not properly working with scroll arrows for long menus.Brecht Van Lommel
2018-05-13UI/Python: layout API support for setting button emboss style.Brecht Van Lommel
2018-05-13UI: show toolbar shortcutsCampbell Barton
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-05-02UI: fix operator redo showing empty popoversCampbell Barton
2018-05-01UI: move object selector into 3D viewCampbell Barton
2018-04-29UI: better support for dynamically sized regions in topbar.Brecht Van Lommel
2018-04-28Python/UI: add more convenient API for drawing based on DPI.Brecht Van Lommel
2018-04-28UI: fix popover menus not refreshing when changing settings.Brecht Van Lommel
2018-04-27UI: Set cursor to X_MOV when editing number button middle areaDalai Felinto
2018-04-25UI: workaround for text & icon alignmentCampbell Barton
2018-04-25UI: Apply remove redo regionCampbell Barton
2018-04-22UI: support for center popovers over buttonsCampbell Barton
2018-04-22UI: number button arrows appear on hover, highlight clickable areas.Brecht Van Lommel
2018-04-22UI: Draw round corners between the editorsDalai Felinto
2018-04-22UI: Move ui_draw_anti_tria to UI_interface.hDalai Felinto
2018-04-22UI: Initial popover support for panelsCampbell Barton
2018-04-22Cleanup: ui-link drawing code from logic bricksCampbell Barton
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-06Style: Remove duplicated struct declaration.Clément Foucault
2018-04-06UI: Perf: Add batching capability to widgets.Clément Foucault
2018-04-05GPUBatch: Change preset managment system.Clément Foucault