Blender Git Commits

Blender Git "master" branch commits.

Page: 1013 / 5574

October 14, 2019, 15:40 (GMT)
Merge branch 'blender-v2.81-release'
October 14, 2019, 15:39 (GMT)
Py API doc generator: tweak to handle new release process.

We need to handle beta stage in a specific way, since it's no longer
master, but not yet 'real' rc/release stage...

For now, only point to version dir of the API doc, but no need to create
any symlink (that way, 'current' remain pointing to 2.80 release, while
'2.81' is no longer a symlink to 'master', but its own actual doc).
October 14, 2019, 15:39 (GMT)
Update Py API link in help menu to point to version dir also in beta.

Now that we have beta and master in parallel, we cannot point to API doc
from master in beta builds of incoming release anymore.
Revision 5edfde5 by Julian Eisel
October 14, 2019, 14:32 (GMT)
File Browser: Add F2 shortcut to rename files

Previously, we used Ctrl+Click for renaming, but since that shortcut is
now consistently used to add items to the selection, we can't use that.
In other cases we switched to F2 now, so it makes sense for the File
Browser too.
Further, AFAIK renaming was only possible through the context menu,
which makes it hard to discover in the right click select keymap (have
to press W).

Note that I had to do some internal changes to ensure the context menu
always acts on the clicked/hovered item, while the shortcut operates on
the active item. William and I agreed that this is likely the behavior
expected by most users.
October 14, 2019, 13:56 (GMT)
Merge branch 'blender-v2.81-release'
October 14, 2019, 13:53 (GMT)
GPencil: Fix unreported duplicated brushes

The eraser and fill brushes were duplicated due a bug introduced by versioning code.
October 14, 2019, 13:46 (GMT)
Merge branch 'blender-v2.81-release'
Revision 80fe0ac by Julian Eisel
October 14, 2019, 10:11 (GMT)
Fix T70581: Node Wrangler output switching broken

When executing the node selection operator through Python, or in fact
any similar select operator with drag-all-selected support, the operator
was enabling modal execution, which should not be done in this case.
Reason was simply a wrong default for an internal property.
October 14, 2019, 09:12 (GMT)
Fix T70787: Duplicating objects with custom property of type ID creates bogus links.

Note that the issue also affected animdata handling...

Checked all usages of the `BKE_libblock_copy_ex()` function, and
think never handling user count here is valid, although a bit risky
maybe. But other solution would be to add yet another copy flag, so
would rather go with that one for now.
October 14, 2019, 08:45 (GMT)
Cleanup: Fix naming of a function
October 14, 2019, 07:39 (GMT)
GPU: prevent assert for zero length arrays

This could happen with the build modifier.
Revision 95f020c by Arto Kitula
October 12, 2019, 15:33 (GMT)
macOS: add opus to FFMPEG_LIBRARIES
October 11, 2019, 23:26 (GMT)
Cleanup: pep8
October 11, 2019, 22:46 (GMT)
Cleanup: clang-format
October 11, 2019, 22:45 (GMT)
Cleanup: warnings
October 11, 2019, 19:43 (GMT)
Build: also use release branch for source/tools module
October 11, 2019, 19:31 (GMT)
Revert "Merge branch 'master' into blender-v2.81-release"

This reverts commit 20b2acf336cb8f6965fd39728a746922d1b8ae42, reversing
changes made to f185cc0ca55c8c817903d53bf5c107f3efd4e0db.

Merges should only go form the release branch to master. For backporting
commits, use cherry-pick.
October 11, 2019, 19:12 (GMT)
Merge branch 'master' into blender-v2.81-release
October 11, 2019, 19:11 (GMT)
Fix T70729: Multi-object edit UV not transform all meshes

Detail that went unnoticed in rBbfc9d426bb95
October 11, 2019, 18:55 (GMT)
Fix T70729: Multi-object edit UV not transform all meshes

Detail that went unnoticed in rBbfc9d426bb95
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021