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
2019-01-213D View: add back clipping border operatorCampbell Barton
2019-01-15Fix T60497: edgering select not available with LMB select and MMB emulation.Brecht Van Lommel
This is now handled with Ctrl + double click LMB, similar to loop select.
2019-01-11GP: New Cutter, Constraints and Segment selectionAntonioya
This commit groups a set of new tools that were tested in grease pencil object branch before moving to master. We decide to do all the development in a separated branch because it could break master during days or weeks before the new tools were ready to deploy. The commit includes: - New Cutter tool to trim strokes and help cleaning up drawings. - New set of constraints and guides to draw different types of shapes. All the credits for this development goes to Charlie Jolly (@charlie), thanks for your help! - Segment selection mode to select strokes between intersections. - New operator to change strokes cap mode. - New option to display only keyframed frames. This option is very important when fill strokes with color. - Multiple small fixes and tweaks. Thanks to @pepeland and @mendio for their ideas, tests, reviews and support. Note: Still pending the final icons for Cutter in Toolbar and Segment Selection in Topbar. @billreynish could help us here?
2019-01-11Theme: update blender light theme preferencesCampbell Barton
Copy from properties space.
2019-01-11Theme: disable blender_light 3D view gradientCampbell Barton
- Lost contrast w/ faded wire for dupli/set-scene. - Make grid darker to increase contrast.
2019-01-08Fix T60306: Circle select tool behaves like a modeCampbell Barton
2019-01-05Theme: updateCampbell Barton
2019-01-04Fix T58657: blender 2.7 keymap Alt+A does not work for animation playback.Brecht Van Lommel
2019-01-04Fix T59768: UV context menu showing in image editor.Brecht Van Lommel
2019-01-03GP: Include Lasso eraser in Fill and PrimitivesAntonioya
This option allows to delete sections using Ctrl+Alt.
2018-12-31Fix T59991: duplicate entries for node select operators in keymap.Brecht Van Lommel
Ref D4055.
2018-12-27Fix T59866: UV editor: no circle select.Bastien Montagne
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-20Fix T59674: context menu for channels not foundJacques Lucke
2018-12-20Fix T58404: Node/Socket grabbing with Lasso toolJacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D4108
2018-12-20Keymap: use action-tweak for node re-routeCampbell Barton
Avoids same kinds of conflicts as link-cut w/ box select.
2018-12-20Fix T59300: Box select fails in node-editorCampbell Barton
2018-12-18Theme: too low contrast blender_light edit-edgeCampbell Barton
We tried this already for the default theme, but grey edges often don't stand out against matcaps/solid shading.
2018-12-17Fix T59172: Blender 2.7x keymap error when setting pivot pointPhilipp Oeser
- only call pivot/orientation pies in non-legacy mode (had duplicate entries) - space_data.pivot_point > tool_settings.transform_pivot_point Reviewers: brecht Maniphest Tasks: T59172 Differential Revision: https://developer.blender.org/D4088
2018-12-17Theme: use grey for blender_light inactive menu textCampbell Barton
There wasn't enough difference between labels and menu item text which could be selected.
2018-12-17Theme: use black for blender_light view-overlayCampbell Barton
Cursor axes & transform guide contrasting w/ background was too low.
2018-12-16Theme: blender_light text editing colors were too similarCampbell Barton
Make the background of text editing fields dark to contrast with selection and the cursor, similar to T59219.
2018-12-16Cleanup: theme right shiftCampbell Barton
2018-12-16Theme: include new colorsCampbell Barton
No visible changes.
2018-12-15GP: New Curve primitive and other primitive improvementsAntonioya
This commit adds support for new curve tool and adds more functionalities to the existing primitives, including new handles, editing, stroke thickness curve, noise, preview of the real stroke, etc. Thanks to @charlie for his great contribution to this improvement.
2018-12-14GP: Added keymaps for Sculpt selectAntonioya
Still T58986 not fixed.
2018-12-14GP: Fix missing changes after rename CTXAntonioya
Thanks to Charlie Jolly for find the bug.
2018-12-14Keymap: correct keymap namesCampbell Barton
Generated names include the current context mode which is irrelevant for generic 3D view tools.
2018-12-14Keymap: only use double-click MMB w/ LMB selectCampbell Barton
2018-12-12Fix T59170: Box select ignores modifiers-keys once tool option is setCampbell Barton
- Key-map items properties now override tool-options so modifier keys can have different behavior to the default action. - Box & circle select now have `wait_for_input` properties instead of detecting this based on selection options being set or not. This relied on the key-map setting properties which may need to be initialize from the tool settings.
2018-12-12Keymap: add Shift-F1..3 editor shortcutsCampbell Barton
Some frequently used editors didn't have F-key access.
2018-12-06Fix T58223: curve tilt not working correct with left click select.Brecht Van Lommel
2018-12-06Fix T58837: "Tab for Pie Menu" lags leaving gpencil edit modeCampbell Barton
2018-12-06Armature: support select-linked deselectionCampbell Barton
Matches edit-mesh mode.
2018-12-06Keymap: only use MMB workaround whe MMB is enabledCampbell Barton
Using double-click with selection breaks selection cycling behavior (making you have to wait to click again to cycle-select the next item).
2018-12-04GP: Draw Mode: Add Arc PrimitiveCharlie Jolly
This adds an elliptical arc primitive. Press CKEY for toggling closed/open arc. Press FKEY key for flipping arc. Additional changes to gpencil primitives. Increases default edges of circle to 64. Keymap changes to allow primitives to be drawn with Shift or Alt key. Allow Plus/Minus key to adjust number of edges. Missing: Toolbar icon Differential Revision: https://developer.blender.org/D4024
2018-12-03Fix T58448: Cloth presets fails to load due to missing attribute ↵Bastien Montagne
structural_stiffness. Presets were not updated when parameter were changed in rBe3d31b8dfbdc. Note that will also check on generating more resistent py code for that kind of presets, since that will also affect any custom preset made by users...
2018-12-03Fix T58566: Blender 2.7x keymap not correct for select all toggle and spacebar.Brecht Van Lommel
2018-12-02Keymap: use strict format for keymap definitionsCampbell Barton
Ensure we use lists for keymap items and item properties. This means scripts can access keymap definitions from other layouts, manipulating them without sometimes encountering a tuple that needs to be converted into a list.
2018-11-30Annotation: Replace ALT key to CTRL for EraserAntonioya
This makes the keymap consistent with Grease Pencil.
2018-11-30Remove from Local View operatorDalai Felinto
This was the old, obscure, little known, M shortcut operator when in local view back in the 2.7x days.
2018-11-29UI: make Q key available for quick favorites in clip editor.Sebastian Koenig
2018-11-29Fix T58105: Subdivision Set operator stuck in relative modePhilipp Oeser
Maniphest Tasks: T58105 Differential Revision: https://developer.blender.org/D4007
2018-11-29Keymap: cycle space-subtypes on successive pressesCampbell Barton
Some space types are exposed as multiple space types, previously the key binding to set the space type would use the last used space-type. Now pressing the key again cycles to the next space sub-type. Without this, shortcut display is confusing since some space types share a key. Keymap display will need to be updated to support this.
2018-11-28UI: rename settings back to preferences.Brecht Van Lommel
This distinguishes it better for the many other types of settings. Ref T54115.
2018-11-28Defaults: left click select is now the default.Brecht Van Lommel
A few reasons motivating this change: * It works well for all devices: mouse, trackpad, and tablet pens. * For beginners or users coming from other software, it's easier to get started and avoids an initial stumbling block. * Many users in 2.7 (about half?) were already using left click select, so combined with the above advantages it makes for a practical default. Note that we continue to support right click select, as many experienced Blender users (and developers) see efficiency advantages in this approach. The option to switch is in the first time setup splash screen, and in the user preferences.
2018-11-28Tool System: add node links cut toolCampbell Barton
2018-11-28Keymap: Change default spacebar action to playCampbell Barton
This has been a contentious topic: Artists at the Blender-Studio prefer this behavior, while the user community overwhelmingly prefers 2.7x operator search. Previously this defaulted to accessing tools (eg: Space-T activates transform.. Space-R rotate etc) which I still believe is a better long term default - otherwise we don't have efficient tool switching for a system we intend to make more use of, nevertheless as far as I can tell users haven't been keen on adopting this so far. Show the preference on the setup screen since many users don't animate and will may want to quickly search or switch tools.
2018-11-27Tool System: use tools for node editorCampbell Barton
2018-11-27Keymap: share annotation tool keymaps between spacesCampbell Barton
Not sharing caused duplication in the keymap and required a factory class generator. Simplify tool & keymap definitions by sharing them. It's highly unlikely we will ever want these to use different keys once they're set as the active tool.