Blender Git Commits

Blender Git commits from all branches.

Page: 1217 / 2888

July 26, 2019, 05:02 (GMT)
Cloth: fix bug while reindexing vertices

Ensure it uses the ClothVertMap size while allocating memory for cloth->verts.
July 26, 2019, 04:20 (GMT)
LANPR: Fixed drawing problems when chaining is enabled.
July 26, 2019, 03:33 (GMT)
LANPR: Fixed "point" mode in normal control.
July 26, 2019, 03:09 (GMT)
LANPR: UI refactor: naming fixes in the main panel.
July 26, 2019, 03:04 (GMT)
LANPR: UI refactor: option sub panel fixes.
July 26, 2019, 03:00 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-npr
July 26, 2019, 03:00 (GMT)
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr
July 26, 2019, 02:38 (GMT)
Outliner: Fix item openclose

Rather than just switching between open and close when toggling
all children, first check if any children are closed when the
item is open. If so, extend all the children first. This behavior
makes more sense.
July 26, 2019, 02:38 (GMT)
Outliner: Add open/close all children to walk navigation

When pressing Shift and left or right arrow, expand or collapse
all child elements in walk navigation.
July 25, 2019, 23:31 (GMT)
Revert "Squashed commit of filebrowser_redesign branch"

This reverts commit 507dc9eb29a17eacd3273d5ef232d4223af89502.
July 25, 2019, 23:30 (GMT)
Squashed commit of filebrowser_redesign branch
July 25, 2019, 23:28 (GMT)
Merge branch 'master' into experimental-build
July 25, 2019, 23:28 (GMT)
Merge branch 'master' into filebrowser_redesign
July 25, 2019, 22:06 (GMT)
Outliner fix openclose recursive not working as expected

The openclose all operator would not close the upper element, nor
would it work on the outermost collections of a scene. Now the
recursive open all option will work as expected, opening all of
an element's children, and the element itself, or closing
the element and all of its children.
July 25, 2019, 22:05 (GMT)
Remove dead code

Now handled in Python.
July 25, 2019, 21:49 (GMT)
Keymap: Remove recursive select from outliner

Removes alt and alt+ctrl from outliner for recursive select
as there is a context menu option for this, and alt+click can be
taken globally by the emulate 3 button mouse option.
July 25, 2019, 21:38 (GMT)
Merge branch 'master' into soc-2019-outliner
July 25, 2019, 21:36 (GMT)
Outliner: Cleanup outliner_select.c

Remove the unnecessary toggle function which involved duplicated
code, and move the check for restrict columns to the utils file
as it is used in multiple files.
July 25, 2019, 21:28 (GMT)
Outliner: Support click+drag for toggling disclosure triangles

This reworks the openclose operator for toggling disclosure
triangles. Rather than mapping to `Enter` by default, it supports
left click and left tweak events. This allows click+drag over
elements in the tree to open or close levels. Once the click+drag
is started, only elements on that level in the outliner will open
or close.

This removes the toggling from `outliner_select.c` which adds more
clarity to the activate function.
July 25, 2019, 21:18 (GMT)
Cleanup: Fix build error with msvc.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021