Blender Git Commit Log

All Blender Git commits.

Page: 2870 / 8462

November 16, 2018, 13:22 (GMT)
Fix T57477: Switching between edit mode, and particle edit mode crashes
November 16, 2018, 13:05 (GMT)
Merge branch 'master' into blender2.8
November 16, 2018, 12:59 (GMT)
Call PRE_VIEW and POST_VIEW draw callbacks in movie clip editor
November 16, 2018, 11:10 (GMT)
PyTemplates operator_modal_view3d_raycast: update to blender2.8 (*/@)
November 16, 2018, 09:34 (GMT)
Fix T57566: Blender 2.8 crashes with the new multires
November 16, 2018, 09:32 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into fracture_modifier-2.8

# Conflicts:
# release/scripts/startup/bl_operators/presets.py
# source/blender/depsgraph/intern/builder/deg_builder_relations.cc
November 16, 2018, 05:00 (GMT)
Keymap: allow filling in existing key-configs

Needed so we can get the preferences of a key-config
which are sent to a function that generates the contents.
November 16, 2018, 04:00 (GMT)
Cleanup: set variable for preference name
November 16, 2018, 03:54 (GMT)
Keymap: add support for key-config preferences

This is needed for keymaps to define their own options,
which can include left/right mouse select.

This can also help to us to provide popular keymap tweaks as options,
so users can easily fit blender to their workflow with well supported
adjustments which don't give the overhead of having to maintain
your own keymap, which become out-dated when operators change.
November 16, 2018, 01:30 (GMT)
Keymap: remove loading keymaps from old files

These keymaps are not going to work usefully in 2.8x,
remove support for loading them.
November 16, 2018, 00:04 (GMT)
Cleanup: remove 27X define
November 16, 2018, 00:03 (GMT)
BKE: Fix probe duplication not duplicating data block
November 15, 2018, 23:51 (GMT)
Cleanup: de-duplicate 3d view select items
November 15, 2018, 23:45 (GMT)
Edit Mesh: Fixes display of custom normals

Should fix T57620
November 15, 2018, 23:37 (GMT)
Keymaps: add double click loop select to RMB keymap.
November 15, 2018, 23:37 (GMT)
Fix Blender RMB keymap cursor being set when using border select.
November 15, 2018, 23:24 (GMT)
Fix Blender 2.7 keymap missing spacebar search menu.
November 15, 2018, 23:13 (GMT)
Edit Mesh: Improve mesh cage drawing / fix errors and cleanup

* Fixes vertices with bad coloring. Now vertices draw with depth write so
they occlude the underlying face geom overlay, avoiding double drawing the
vertex.

* Decrease the z_offset of edges so they don't poke too much through
geometry. Also delete this offset in ortho view.

* Add zoffset to active and selected vertices so they always draw on top
if they overlap a non selected vertex.

* Fix alpha of edge_fix in vertex selection mode
November 15, 2018, 23:01 (GMT)
RNA: LayerCollection.has_hidden_objects

With this we have a way to tell that a collection has visible objects
but not all of its objects are visible.
November 15, 2018, 22:54 (GMT)
Keymaps: left click select keymap changes

Both the active tools and selection are now on LMB, which leads to
various conflicts.

For that reason the LMB keymap now has a couple of differences
compared to before. These changes do not affect the RMB keymap.

* Context Menu: W -> RMB
* Select Tool activate: None -> W
* Set Cursor: RMB -> Shift+RMB
* Loop Select: Alt+LMB -> double click LMB
* Mask Feather Vertex Slide: Shift+RMB -> Ctrl+Shift+RMB
* Node Select: only with LMB now, no RMB

The idea behind the W key Select Tool shortcut is that various
tools can't be combined with selection, unlike the RMB keymap.
So this works as a quick shortcut to drop a tool
and go back to selection.

Tools: set Select Box tool as default, rather than Cursor.

This goes along with coming LMB select keymap changes,
where we want the user to be able to LMB click to select by default,
rather than set the cursor.
The cursor will still be directly setabble with shift+RMB.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021