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-08-10UI: Add initial context menus for Info and Console editorsWilliam Reynish
Both keymaps are also updated
2019-08-09Keymap: Ctrl-G now maps to Find Set SelectedCampbell Barton
This finds using the current selection instead of using the text in the find side-bar. More useful for quickly jump to other instances of a word.
2019-08-08Keymap: don't use 'any' modifiers for the text editor context menuCampbell Barton
2019-08-08Cleanup: rename text toolbox to context menuCampbell Barton
2019-08-08Keymap: only use Alt-Left/Right for legacy keymapCampbell Barton
Ctrl-Left/Right aren't in conflict for the default keymap.
2019-08-06Keymap: add sequencer left/right selectCampbell Barton
Matches graph editor keys. D5192 by @tintwotin
2019-08-05Text: merge toggle comments into a single operatorCampbell Barton
This allows users to map comment/un-comment to be mapped to keys.
2019-08-02GPencil: Replace Separate menu by operator Enum to display assigned keyAntonio Vazquez
As the operator was using a menu, the keymap was not displayed. Now, the operator is used directly and don't need the menu.
2019-08-02Keymap: add fractional zoom shortcuts for sequencer previewCampbell Barton
Matches shortcuts from the image editor. D5341 by @tintwotin
2019-08-01Keymap: use Ctrl-/ to toggle commentsCampbell Barton
Consistent with many code editors, see: D5175
2019-07-31Fix T63921: Unable to use confirm on release for keyboard shortcutsSebastian Parborg
The first issue was that we were still working around a Xorg bug that has been solved since a very long time: https://bugs.freedesktop.org/show_bug.cgi?id=22515 The second issue was that the global "confirm on release for mouse clicks" was used for keyboard shortcuts as well.
2019-07-20Industry Compat keymap: Fix inconsistencies and conflicts with color ↵William Reynish
swatches and other over-widget hotkeys Sample hotkey is set to the I key now, similar to other apps. Reported on Devtalk
2019-07-18Keymap: use number keys to change particle modesCampbell Barton
Match behavior for meshes. Fixes T67161
2019-07-17Fix T66091: paint curve point slide conflicts with 2D cursorBrecht Van Lommel
2019-07-16Fix T66964: sculpting box hide tool can't select multiple areasBrecht Van Lommel
Only deselect all on mouse release when no box dragging was done.
2019-07-16Cleanup: typos in commentsCampbell Barton
2019-07-12Fix T66446: UV editor "Deselect on Nothing" not workingCampbell Barton
2019-07-08Keymap: Vertex Paint: Add ctrl to temporarily swich colorsAaron Carlisle
This now matches Texture Painting This was added in rB7d5fb2e103e03046194d69640aadf7e76a700620 but was lost probably when migrating to python keymap.
2019-07-05GPencil: Remove select keymap definition for Weight Paint modeAntonioya
This removes the keymap, but the B key is still available, so in some top level the selection is enabled. Related to T66458.
2019-07-05Keymap: add V-key to toggle vertex select in vertex paint modeCampbell Barton
Match weight paint mode.
2019-07-04Industry Compat keymap: Fix keymap conflict related to snappingWilliam Reynish
There were some keymap conflicts and inconsistencies here. After this change, it works as follows: Snap toggle on/off: X Snap pie: Shift-X Viewpoint pie: V This is now consistent in all editors and the 3d View conflict should be gone
2019-07-01Fix T66289: Default keymap conflict selecting curve/channelsCampbell Barton
The default keymap conflicted selecting by curves and channel. Caused by 325b0ad2ed855 Revert to original keys, use click instead of press to avoid conflicting with box-select.
2019-06-30GPencil: Improve Cyclic operator to generate geometryAntonioya
Now, when close a geometry with cyclic is possible generate new geometry for the gap. The cyclic operator now supports multiframe edition too. Before only worked with active frame. Also added the corresponding missing menu options and the new F keymap. All these features were missing, pending of the fix of the alpha glitches in stroke already done.
2019-06-28Sequencer: Assign Refresh All to Ctrl-R.William Reynish
This is needed based on studio feedback to make it quicker to refresh the sequencer clips.
2019-06-28Fix issue in Blender 2.7x mask keymap after recent changesBrecht Van Lommel
2019-06-28Fix T65956: node reroute no longer working in right click keymapBrecht Van Lommel
It's now always on shift + RMB drag, regardless of the keymap.
2019-06-28Fix issues with masking tools and RMB/LMB keymapsSebastian Koenig
This makes things work more similar to 2.79 until there is a toolbar for mask editing. Select & slide is now always on the left mouse button. For the LMB keymap the context menu is on the right mouse button. For the RMB keymap the select & move is on the right mouse button, which is almost the same as select & slide but for historical reasons there is still a distinction. Differential Revision: https://developer.blender.org/D5070
2019-06-27Masking: make image editor UI consistent with clip editorSebastian Koenig
* Mask Display menu is now part of the header * Sidebar now has a separate Mask tab * Add context menu when in mask mode Differential Revision: https://developer.blender.org/D5102
2019-06-25Industry Compat keymap: LMB-dragging in UV Editor box selectsWilliam Reynish
This makes it possible to drag outside of the Transform gizmo to select
2019-06-25Industry Compat keymap: Use Move, Rotate, Scale tools for UV transform, ↵William Reynish
instead of modal operators
2019-06-25Tool System: add UV transform toolsCampbell Barton
2019-06-24Fix T66074: Number shortcut for brushes doesn't workCampbell Barton
Add number brush switching for 2.7x map.
2019-06-22Keymap: Add Alt-A, Ctrl-I to file-select spaceCampbell Barton
2019-06-21Keymap: toggle all gizmos with Ctrl-`Campbell Barton
Was only toggling transform gizmos, which is too specific in cases where users might want to remove gizmos from the view. This also follows the top-level button which is most prominent in the UI.
2019-06-19Industry Compat keymap: Some curve edit keymap entries were using Click eventsWilliam Reynish
This was inconsistent and make the actions seem slow and unresponsive. Change to using Press, like other modes.
2019-06-15Fix: Clicking in empty area in Node Editor was no longer deselecting all.William Reynish
There was a missing keymap property on the select operator for both the default and Industry Compatible keymap
2019-06-13Industry Compat keymap: Fix broken Tab key in the Text EditorWilliam Reynish
Was being used for operator search here, which doesn't make any sense
2019-06-13Set Node Editor to use Box Select tool by defaultWilliam Reynish
This makes Shift and Ctrl work properly to extend and subtract selections. This also moves Cut Links to Ctrl-RMB, which doesn't conflict with the selection tool.
2019-06-12Revert "Keymap: Add additional scrubbing affordance (Alt-LMB)"Campbell Barton
This reverts commits dcec863b2f2fce7fc5caa138ad3816c88e2aa2a3, f11929c145ef45444598a9679e675b2d013ae2ef. It wasn't possible to set the cursor without accidentally selecting a column of keys & (vice-versa). This conflicts with Alt->LMB to select column of keys. Shift-RMB is already bound to scrubbing.
2019-06-12Cleanup: expand left/right select keymap itemsCampbell Barton
This was meant to simplify the keymap but ended up not having a significant advantage.
2019-06-12Keymap: Add Ctrl-SelectMouse in to box-deselectCampbell Barton
2019-06-11Keymap: fix conflict introduced by recent Alt-LMB for scrubbingCampbell Barton
Use Ctrl-Alt modifier for select-left/right.
2019-06-11Fix T65699: gpencil weight paint unresponsiveCampbell Barton
2019-06-10Fix: Default keymap was missing Alt-click to scrub in the Graph EditorWilliam Reynish
2019-06-08Industry Compat keymap: Fix nodes interactionWilliam Reynish
- Dragging to move, scale and setting links now works normally and correctly
2019-06-07Cleanup: keymapsCampbell Barton
2019-06-07Industry Compat keymap: Fix alt-key navigation over gizmosWilliam Reynish
This broke recently after recent gizmo keymap changes
2019-06-07Tool System: add sculpt mask lasso toolCampbell Barton
2019-06-07Keymap: gizmos now use a map that optionally activates on pressCampbell Barton
The legacy keymap now activates on press.
2019-06-06Industry Compat Keymap: Update tweak/select for animation editors to follow ↵William Reynish
latest changes - Proper support for dragging in empty areas using tweak events to either move or box select - Avoids transforming immediately on press, same as the built-in keymap