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-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-18Docs: correct --help textCampbell Barton
Also correct description indentation.
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-07Missed removing unused property from last commitCampbell Barton
2019-06-07Keymap: expose gizmo press/drag as a preferenceCampbell Barton
- Right click select always activates on press since this was added as a workaround to left click select conflict. - Left click has the option to set this to drag or press. Make this change based on feedback on 8778dd0c8b461.
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
2019-06-06Fix T65108: GPencil Sculpt mode select tools don't workCampbell Barton
Move the sculpt keymap from the mode to the tool.
2019-06-05Dopesheet: drag to box select in dopesheetJacques Lucke
This includes refactoring of the `mouse_action_keys` to make it easier to just detect if there is a key under the mouse. The refactoring mostly consists of extracting methods and reducing vertical scope of variables. Reviewers: billreynish, brecht Differential Revision: https://developer.blender.org/D5024
2019-06-04Fix T65032: selection conflicts between motion tracks and masks in clip editorBrecht Van Lommel
2019-06-04NLA Editor: drag in empty region to invoke box-selectJacques Lucke
Reviewers: brecht, billreynish Differential Revision: https://developer.blender.org/D5010
2019-06-04Graph Editor: drag to box select keyframesJacques Lucke
There is a keymap conflict with ctrl+tweak. Therefore, I did not include this yet. Reviewers: brecht Differential Revision: https://developer.blender.org/D4999
2019-06-03Markers: Click-drag in empty area to box select markersJacques Lucke
To make this work, other changes were necessary: * To select a specific marker you have to click more exactly on the icon. * Moving markers with click-drag only works when starting on a marker. Additionally this patch implements that all markers are deselected, when the user clicks in an empty area. Reviewers: billreynish, brecht Differential Revision: https://developer.blender.org/D4975
2019-06-02Industry Compat keymap: Fix inability to use Ctrl-S to save while in Weight ↵William Reynish
Paint mode Was a keymap conflict
2019-05-31Industry Compat keymap: Fix UV Editor shift-click to extend selectionWilliam Reynish
Also set Transform to T key, consistent with 3D View
2019-05-31Keymap: Add back Ctrl-Up/Down for 2.7XCampbell Barton
2019-05-30Fix industry compat keymap transform gizmo plane constraintCampbell Barton
Modifier keys were disabled, removing support for shift-clicking on the transform gizmo to constrain to the plane. The gizmo keymap matches the default, no need to re-define it.
2019-05-29Keymap: Fix missing start/end shortcuts in SequencerWilliam Reynish
Set these in the shared animation editor keymap instead
2019-05-29Keymap: Add back support for Set/Add/Subtract for box selecting in the ↵William Reynish
Sequencer.
2019-05-29Correct error in last commitCampbell Barton
2019-05-29Correct error in last commitCampbell Barton
2019-05-29Keymap: add drag-only generic gizmo keymapCampbell Barton
Allows gizmos clicks to fall through for gizmos which only drag, currently unused.
2019-05-28Sequencer: Drag outside of sequence to initiate box selectJacques Lucke
2019-05-28Cleanup: unused args/varsCampbell Barton
2019-05-28Cleanup: use time scrub instead of scrubbingCampbell Barton
Renaming was only done to ED_time_scrub_ui.h, function names and struct members used term 'scrubbing' which is ambiguous.
2019-05-28Cleanup: rename gizmo keymapsCampbell Barton
Don't use plural because single/multiple isn't relevant for keymap definitions and reads badly for specific gizmo types that only use a single gizmo.
2019-05-28Cleanup: remove unused modal gizmo keymapCampbell Barton
An operator can only have one modal keymap, there is no use in defining multiple.
2019-05-27Gizmo: add per gizmo keymapsCampbell Barton
Remove click-drag support for tweak gizmo, rely on keymap events instead. This is needed for some gizmos to use modifiers keys without having all gizmos use all modifier keys (see: T63996).
2019-05-27Revert "Keymap: Drag in empty area to box select in animation editors"Brecht Van Lommel
This reverts commit ebf924e0b79b6ebea4401d0b0f2e59e2c103a66d. This is causing the transform tool to start immediately which leads to lots of accidental changes. We can bring this back when that issue is fixed.
2019-05-27Industry Compat keymap: Fix armature extrudeWilliam Reynish
MMB wasn't working to extrude freely for Armature extrude Also fix an issue with moving down the hierarchy in Pose Mode
2019-05-25Fix T65106: Add missing Copy Keymap for GPencil Sculpt modeAntonioya
The Ctrl+C keymap was missing in Sculpt mode
2019-05-24Industry Compat keymap: Properly support Transform toolWilliam Reynish
Now works consistently with move, rotate, scale tools
2019-05-24Keymap: use a generic gizmo keymap by defaultCampbell Barton
While support for gizmo specific keymaps remains, this should only be used if a gizmo-group is doing something that requires one. There was also a hidden limitation that meant only the last registered tweak keymap would ever be used. For now leave this using the generic keymap since all tweak modal keymaps were using the same template anyway.
2019-05-24Keymap: share 3D view transform keymapsCampbell Barton
While internally these are separate gizmos, there is no reason to have a keymaps for each. Also prefix the gizmo with "3D View" since there are other kinds of transform gizmos.
2019-05-23Industry Compat Keymap: Support Transform toolWilliam Reynish
Using the T key, which is after WER
2019-05-233D View: add back transform toolCampbell Barton
Further changes are planned in T64928, this is just the initial basic version.
2019-05-23Fix several issues with recent node selection changes.Bastien Montagne
Root of the issue (beside lack of control over operators evaluation in keymaps, since tools always get tried first), is that wurrent WM code only allows one modal op to start from a single event (returning `PASSTHROUGH` in that case is useless, WM code still considers event as consumed and does not try any further handling of it). Solution is then to change trigger events of resize/link operators from `LEFTMOUSE` to `EVT_TWEAK_L`, which makes more sense anyway, imho, for drag operations... Fix T64693: Can't resize selected node. Fix T64933: "Dots" in node editor can no longer be selected by just clicking on them. Fix T64660: no access to node connectors when a node is inside a layout frame.