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-11Documentation: Update description with documentationJeroen Bakker
2019-06-11Keymap: fix conflict introduced by recent Alt-LMB for scrubbingCampbell Barton
Use Ctrl-Alt modifier for select-left/right.
2019-06-11Fix T65393: Error live editing UI scriptsCampbell Barton
Disable relative imports for UI scripts.
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-07GPencil: Create new CURSOR for paint modesAntonio Vazquez
This new cursor is used instead of the ARROW because it was too disruptive while you are drawing. The change affects all paint modes that are used Brushes. See D5036 for details. Reviewers: @brecht @billreynish @mendio Cursor designed by: @billreynish
2019-06-07Remove Deform Delay armature optionSergey Sharybin
This option can not be supported by a new granular dependency graph, and, especially, copy-on-write. It was always doing full update ever since initial commit of new dependency graph which we are using here in the studio for the past years and lack of this option was never brought up. Fixes T65557: Delay refresh option in armatures is broken
2019-06-07Sculpt toolbar: Group new Mask Lasso tool with the Mask Border toolWilliam Reynish
Also flip Simplify and Mask, so that all the mask-related tools are next to each other.
2019-06-07Add Lasso Mask icon for Sculpt Mode toolbarWilliam Reynish
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-06Particles: remove unused particle settings from UIJacques Lucke
Didn't touch rna to make sure that the Python API does not break. Maybe I missed some, but these don't seem to be used anywere internally. Reviewers: brecht Differential Revision: https://developer.blender.org/D5034
2019-06-06Python Templates: fix operator_mesh_uv templateJacques Lucke
2019-06-06Fix T64788: Double keymap entry in preferencesCampbell Barton
A display issue for tools which share keymaps.
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-06Quiet warning creating sculpt brush tooltipsCampbell Barton
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-06Fix use of removed Image.use_alpha propertyCampbell Barton
Change missing from 7aaa7aa9dd79b8c6
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-05Fix T65492: make material slots popover widerJacques Lucke
2019-06-04Cleanup: Freedesktop: Use 2.79b release dateAaron Carlisle
2019-06-04Fix T65032: selection conflicts between motion tracks and masks in clip editorBrecht Van Lommel
2019-06-04UI: Add icons to ConstraintsWilliam Reynish
Each constraint now has a unique icon, just like modifiers. Icons are designed by Andrzej Ambroż & Alessio Monti, with user input. Patch by Alessio Monti.
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-04Fix (unreported) missing updates in scripts/docs after `scene.update()` removal.Bastien Montagne
This should really have been done together with API changes, simple usage of grep does the trick to catch most places needing updates.
2019-06-04Fix T64827: "Batch-Generate Previews" crashes.Bastien Montagne
Missed when py API for depsgraph was changed... tsst... Based on D4917 by @lichtwerk, thanks.
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-03Fix T65439: quick explode errorPhilipp Oeser
Material setup for quick explode was assuming a shader with a "BSDF" output socket connected to the material output node whereas other socket names are valid ("Shader", "Emission", "BSSRDF", "Holdout"...)
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-06-02UI: Fix small naming inconsistency in the UV Editor View menuWilliam Reynish
Now it's consistent with 3D View
2019-06-02Fix: Dynamic Paint Image Bake button missing when using certain Surface typesWilliam Reynish
This required doing a very slight UI re-org of a few properties to work reasonably.
2019-06-02FreeDesktop: Add Release information to AppStreamAaron Carlisle
This commit improves Blender's AppStream metadata with minor punctuation and grammar improvements to the description, and a new `<release>` tag for the current release. The `<release>` tag benefits Blender in the following ways: - Flathub users get to see the actual release number instead of "stable" - Make it easy for all packagers to include changelogs, so Blender's users gets to see what's new in 2.79 - Blender gets featured in GNOME software to reward it for having Release information in its AppStream metadata (KDE Discover [[ https://bugs.kde.org/show_bug.cgi?id=389509 | plans do do the same thing ]]) If the prior objection to adding release data to the AppStream metadata was the ongoing maintenance burden, I volunteer to take it on for subsequent Blender releases. Author: @ngraham Differential Revision: https://developer.blender.org/D3065
2019-05-31Fix T65265: File > Quit shortcut assign different depending if file is savedBrecht Van Lommel
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-31Fix T65147: Rotate normal not interactive from menuCampbell Barton
2019-05-31VSE: Menu bug fixesRichard Antalik
- Return Toggle Meta to Strip Menu - Move position of Lock/Mute in Strip Menu to match position in Context Menu. - Remove Lock icon. Author: Peter Fog Reviewed By: billreynish, ISS, brecht Differential Revision: https://developer.blender.org/D4957
2019-05-30Tool System: Use circle cursor for non-3D circle selectCampbell 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-30WM: use different drag thresholds for mouse/tablet eventsCampbell Barton
Now a small threshold is used for mouse input, avoiding delay when gizmos are activated on drag. Tablet input threshold remains unchanged since it's easier to make small movements when using a tablet. A larger threshold for non-cursor input is now used (typically keyboard) which improves usability when the "Pie Menu on Drag" key-map preference.
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