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 (Collapse)Author
2018-09-05UI: tweak tooltip placementCampbell Barton
Only apply offset w/ non overlapping placement.
2018-09-05UI: avoid comma which can be used in shortcutsCampbell Barton
2018-09-05UI: show a small label next to the toolCampbell Barton
Instead of showing the full tip immediately when hovering over a tool, show only the (label, shortcut), without suppressing the regular tip.
2018-09-04UI: keep no-overlap tips open on cursor motionCampbell Barton
Was causing flicker.
2018-09-04Fix assert creating a tools tipCampbell Barton
2018-09-04UI: support immediate non-overlapping tooltipsCampbell Barton
Use these for the toolbar, since they're non-overlapping the interface, showing them quickly isn't a problem.
2018-09-04Merge branch 'master' into blender2.8Campbell Barton
2018-09-04UI: cleanup tooltip bounds clampingCampbell Barton
Wasn't properly clamping on the window minimum.
2018-09-04UI: show tool name in tip w/ icon-only displayCampbell Barton
2018-09-04UI: use horizontal alignment for expanded enumsCampbell Barton
With the property separate option, the direction of expanded enums now follows the current layout.
2018-09-03Tool System: add paint brush shortcutCampbell Barton
2018-09-03Fix T56659: Flow UI: Checkboxes report wrong width, making layouts jump to ↵Bastien Montagne
multi-columns too soon. Wrong handling of ideal width when splitting buttons and labels appart for checkboxes...
2018-09-03UI: disable key shortcuts for toolsCampbell Barton
Only show shortcuts in the tooltips since they use different logic.
2018-09-03Cleanup: replace __import__ w/ import argumentCampbell Barton
2018-09-03Merge branch 'master' into blender2.8Campbell Barton
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
Avoids having to use `__import__` to access modules.
2018-09-03Tool System: Show popup accelerators in tooltipCampbell Barton
The tooltips for tools in the toolbar now show how to access.
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31Fix broken decorate buttong dragging after recent changes.Brecht Van Lommel
2018-08-31Tool System: support tool description for tipsCampbell Barton
When the description isn't set, the operators is used instead.
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-30UI: add dedicated icon IDs for decorators, tool settings, shaderfx, overlays.Brecht Van Lommel
The preset and decorator icons were updated to be monochrome and draw in the same color as text. Other icons are unchanged, having them as separate icon IDs prepares for an artist to make them.
2018-08-30UI: check prop-separate before adding black decoratorCampbell Barton
This caused the blank icon to be added to menus (ndof menu for eg).
2018-08-30UI: fix glitch redrawing after redo panel collapseCampbell Barton
2018-08-27Fix T56547: Single column properties not alignedCampbell Barton
2018-08-24Compositor: Added Weighted Standard Curve evaluationJeroen Bakker
Available in RGB Curve node in the compositor and as modifier in the sequencer. I reshuffled the values of the enum. But a the first commit is just 1 day old I think that the order is more important than the file compatibility.
2018-08-24Merge branch 'master' into blender2.8Campbell Barton
2018-08-24UI: always align item w/ labelCampbell Barton
2018-08-24Fix T56511: UILayout.prop_search misalignedCampbell Barton
Add padding when used with property decorations.
2018-08-24Merge branch 'master' into blender2.8Campbell Barton
2018-08-24RNA: avoid redundant property lookups in UI APICampbell Barton
2018-08-24UI: re-arrange some items in context menuPablo Vazquez
* Move Add to Quick Favorites before Assign Shortcut, as it is more often that we add items to favorites, than changing shortcuts. * Move Header menu last. In some cases the Online Manual for that item would appear after the header menu. * No icon for "Remove from Quick Favorites", matches Remove Shortcut
2018-08-23Fix T55507: Crash due to GPencil brush icon management, when there is no ↵Bastien Montagne
active object.
2018-08-23Workspaces: move delete to right click menu, instead of X on tab.Brecht Van Lommel
These are not intended to be closed as often as e.g. browser tabs, they are intended to be more persistent and accidental closing should be avoided.
2018-08-23Compositor: Film-like curveJeroen Bakker
Film-like curves for the RGB Curve node (Compositor) and Curve Modifier (Sequencer) Film-like curves originated from Adobe. "It’s an RGB curve where the tone curve is applied on the largest and smallest value, and then the middle value is adapted to keep a constant hue as defined by RGB-HSL/HSV. In terms of look and saturation increase it’s very similar to a pure RGB curve, more so than a HSL-L curve or HSV-V curve, but some color shift problems are avoided." Other tools like Natron, Krita and RawTherapee have implemented this curve tone. Reviewers: brecht, campbellbarton Reviewed By: brecht Tags: #compositing, #video_sequencer Differential Revision: https://developer.blender.org/D3638
2018-08-22UI: Minor label tweaks to operators context menuPablo Vazquez
* Add Shortcut -> Assign Shortcut * Add to Favorites Menu -> Add to Quick Favorites To match the menu name and be more general for when the Quick Favorites are accessible in places other than just menus (like panels). Add blank icon to Remove Shortcut so it aligns with Change Shortcut which is usually the item on top of it in the menu.
2018-08-22UI: Show development entries in context menu when Dev. Extras is enabledPablo Vazquez
2018-08-21Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-21UI: disable new text hinting from D3201 by default for now.Brecht Van Lommel
This changes the text hinting setting to be an enum with options Auto / None / Slight / Full. The default is Auto which currently disables hinting. The hinting was tested with a new FreeType version, but this is not what is used on the buildbots an official release environment, and the fonts look quite bad because of that. Once FreeType has been upgraded we can change the default. Even then the results are not ideal, perhaps due to missing subpixel positioning and linear color blending support in BLF.
2018-08-15Fix T55587: bugs with popovers in collapsed menus, like the timeline header.Brecht Van Lommel
2018-08-15Merge branch 'master' into blender2.8Campbell Barton
Fixes enum-flags having no text w/ property-split
2018-08-15Cleanup: set expand variable for all enum-flagsCampbell Barton
No functional change, needed for fix in 2.8x
2018-08-14Cleanup: remove unused theme color functions using legacy GL.Brecht Van Lommel
2018-08-14Cleanup: remove unused basic shader, we use many specialized shaders now.Brecht Van Lommel
2018-08-10WM: drag and drop poll functions can now specify a custom tooltip.Brecht Van Lommel
2018-08-02Fix assert in UI string trimming code when we have 'protected' right part.Bastien Montagne
2018-07-31Cleanup: use static variablesCampbell Barton
2018-07-31Cleanup: style, duplicate includesCampbell Barton