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-04-29UI: better support for dynamically sized regions in topbar.Brecht Van Lommel
2018-04-29Fix missing NULL check when setting the toolCampbell Barton
2018-04-29UI: show add/subtract as iconsCampbell Barton
2018-04-29Cleanup: rename snake_hookCampbell Barton
2018-04-29UI: new sculpt icons from @billraynishCampbell Barton
2018-04-29Cleanup: warning, use STRNCPY macroCampbell Barton
2018-04-29Tool System: support data-blocks in toolsCampbell Barton
2018-04-293D View: add initial view.shading and view.overlay in RNA.Brecht Van Lommel
2018-04-293D View: move shading and overlay settings into popovers.Brecht Van Lommel
2018-04-29UI: auto open adjacent pulldown and popover buttons.Brecht Van Lommel
2018-04-29UI: don't flip contents of popovers, avoid closing when size changes.Brecht Van Lommel
2018-04-29UI: show popover arrow directly under the buttonCampbell Barton
2018-04-28UI: fix toolbar not snapping properly with system DPI and display scale.Brecht Van Lommel
2018-04-28Python/UI: add more convenient API for drawing based on DPI.Brecht Van Lommel
2018-04-28Edit Mesh: loop-cut multi-object supportCampbell Barton
2018-04-28UI: Number Slider - treat percentage as a special caseDalai Felinto
2018-04-28UI: Number slider uniform fillingDalai Felinto
2018-04-28UI: Remove hardcoded 11 uniform parametersDalai Felinto
2018-04-28UI: Remove deprecated drawing codeDalai Felinto
2018-04-28Cleanup: fix compiler warnings on macOS / clang.Brecht Van Lommel
2018-04-28UI: fix incorrect scaling of manipulator widgets with DPI.Brecht Van Lommel
2018-04-28Fix number button sides exiting continuous grabCampbell Barton
2018-04-28Merge branch 'master' into blender2.8Campbell Barton
2018-04-28Fix vertex paint alpha brush setting color blackCampbell Barton
2018-04-28Cleanup: meaningful names for color blendingCampbell Barton
2018-04-28UI: Add icon color saturation preferenceCampbell Barton
2018-04-28Revert "UI: don't highlight number button while dragging"Campbell Barton
2018-04-28UI: fix popover menus not refreshing when changing settings.Brecht Van Lommel
2018-04-28Fix multi-editmode memory leakCampbell Barton
2018-04-28UI: replace transform hand icon w/ 4 arrowsCampbell Barton
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-27UI: add new transform tool that enables all widgetsCampbell Barton
2018-04-27UI: don't highlight number button while draggingCampbell Barton
2018-04-27Edit Mesh: skip unselected meshes w/ fill holesCampbell Barton
2018-04-27Edit Mesh: multi-object support for 'Fill Holes'Thomas Beck
2018-04-27Tool System: inset tool now completes on releaseCampbell Barton
2018-04-27Fix quad view region dividing lines not drawing after recent changes.Brecht Van Lommel
2018-04-27UI: use the layouts scale_x to scale icon widthCampbell Barton
2018-04-27UI: Set cursor to X_MOV when editing number button middle areaDalai Felinto
2018-04-27UI: updated icons from @billreynishCampbell Barton
2018-04-27Draw Edit Curve Overlay: Fix the offset direction of the contour of selected ...Germano
2018-04-27Fix missing action zones and emboss in the 3D viewport.Brecht Van Lommel
2018-04-27UI: disable 3 column toolbarsCampbell Barton
2018-04-27UI: multi-column toolbar supportCampbell Barton
2018-04-27UI: Bring Embossing for the top-bar and quad-viewDalai Felinto
2018-04-27Fix multi-editmode memory leakCampbell Barton
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-04-27Fix build error after recent changes (missing FILE).Brecht Van Lommel
2018-04-27WM: Add function to access last operator propsCampbell Barton
2018-04-27Tool System: publish/subscribe to tool changesCampbell Barton