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-07-01Cleanup: remove num argument prefixCampbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30Cleanup: remove unused context arg to menuCampbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Fix T54524: keyframe and driver colors not showing in shape key list.Brecht Van Lommel
2018-06-29Fix unnecessary empty space in shading popover.Brecht Van Lommel
2018-06-26UI: decrease status bar height.Brecht Van Lommel
2018-06-26Cleanup: styleCampbell Barton
2018-06-25UI: Right align check-box for extra text spaceCampbell Barton
2018-06-18UI: decorators hid non-array buttonsCampbell Barton
2018-06-18UI: decorators weren't showing icon-only buttonsCampbell Barton
2018-06-18Fix T55511: Decorator drag makes many undo stepsCampbell Barton
2018-06-18Fix T55517: Property-split fails w/ expanded enumCampbell Barton
2018-06-17UI: decorator color button assertCampbell Barton
2018-06-16Correct assert in recent changesCampbell Barton
2018-06-16UI: support dragging to key-frameCampbell Barton
2018-06-16UI: Add property decorator buttonsCampbell Barton
2018-06-15Merge branch 'master' into blender2.8Bastien Montagne
2018-06-15Cleanup: some more G.main removal/validation...Bastien Montagne
2018-06-14Cleanup: styleCampbell Barton
2018-06-13Error in recent popover widthCampbell Barton
2018-06-13Fix pop-over buttons always getting space for iconCampbell Barton
2018-06-13Merge branch 'master' into blender2.8Campbell Barton
2018-06-13Cleanup: swapped X/Y UI_UNITCampbell Barton
2018-06-11Fix separator element for headers with multiple directionsDalai Felinto
2018-06-11UI: Separator spacerDalai Felinto
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-09UI: initial support for parent panels in popoversCampbell Barton
2018-06-05UI: support property split for 'prop_search'Campbell Barton
2018-06-01UI: don't show XYZ text w/ direction buttonsCampbell Barton
2018-05-30Cleanup: style/whitespaceCampbell Barton
2018-05-30UI: fix property split w/ color buttons & empty textCampbell Barton
2018-05-28UI: Option to layout properties in two columnsCampbell Barton
2018-05-27Merge branch 'master' into blender2.8Campbell Barton
2018-05-27UI: replace BLI_strncpy w/ memcpyCampbell Barton
2018-05-25UI: fix event handling directionCampbell 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-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-13Fix compiler warnings.Brecht Van Lommel
2018-05-13UI/Python: layout API support for setting button emboss style.Brecht Van Lommel
2018-05-13Cleanup: deduplicate layout item initialization.Brecht Van Lommel
2018-05-13UI: show toolbar shortcutsCampbell Barton
2018-05-05UI: experiment to make popover buttons draw like enum menus.Brecht Van Lommel