Blender Git Commits

Blender Git "master" branch commits.

Page: 1578 / 5574

September 3, 2018, 00:16 (GMT)
Fix toolbar popup outside the window region
September 2, 2018, 13:30 (GMT)
Fix part of T56654: Freestyle hiding viewlayer buttons when there is no lineset.

Buttons' context 'path' has to bee handled carefully, especially when
building more than one step in a single call...
September 2, 2018, 11:35 (GMT)
Keymap: Double tap A-Key to de-select all

Uses double click events for the keyboard, which wasn't used before.

Experimental feature suggested by @venomgfx
September 2, 2018, 11:25 (GMT)
Cleanup: move select all/none/invert into template
September 2, 2018, 10:05 (GMT)
UI: correct unintended space in string formatting
September 2, 2018, 09:45 (GMT)
Merge branch 'master' into blender2.8
September 2, 2018, 09:32 (GMT)
Cleanup: move keymap helpers into own file
September 2, 2018, 08:50 (GMT)
Cleanup: comment blocks
September 2, 2018, 08:50 (GMT)
Merge branch 'master' into blender2.8
September 2, 2018, 08:28 (GMT)
Cleanup: comment blocks
September 2, 2018, 06:44 (GMT)
Cleanup: style
September 2, 2018, 06:24 (GMT)
Cleanup: shadow warning
August 31, 2018, 20:43 (GMT)
Fix MESH_OT_loop_select: Deselect object objects

Before that if you loop select a mesh, it would deselect the previous selected
edges of the selected mesh, leaving the other objects untouched.
August 31, 2018, 20:23 (GMT)
Follow up to MESH_OT_offset_edge_loops

Committing this as a separate commit since we may want to keep this mode syncing
elsewhere. But for now it makes sense to do it like this.
August 31, 2018, 20:14 (GMT)
Multi-Objects: MESH_OT_offset_edge_loops

Changes from reviewer (Dalai Felinto):
* Code style (replace tabs with spaces).
* Return OPERATOR_CANCELLED if no a single object get through.

Maniphest Tasks: T54643
https://developer.blender.org/D3392
August 31, 2018, 20:02 (GMT)
Fixup for MESH_OT_vertices_smooth_laplacian

Failing to repeat should return, but continue the object loop.
Should test for selected vertex, not face.
August 31, 2018, 19:46 (GMT)
Fixup for multi-objects snap functions

Sanitizing the use of TransVertStore, making sure it is always freed.
Skip meshes with no vertex selected.
August 31, 2018, 19:25 (GMT)
Fix memleak on snap_curs_to_sel_ex
August 31, 2018, 18:53 (GMT)
MESH_OT_symmetrize: Cleanup, get op->ptr props outside objects loop
August 31, 2018, 18:52 (GMT)
Multi-Objects: MESH_OT_symmetry_snap

Reviewers: dfelinto
Differential Revision: https://developer.blender.org/D3374
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021