Blender Git Commits

Blender Git "master" branch commits.

Page: 1012 / 5574

October 15, 2019, 03:19 (GMT)
Fix T70812: AppTemplate Splash image is not loading

Allow different splash heights, without this changes the the
default splash would stop app templates splash screen from loading.

This also allows the default splash height to change without
manually editing the layout.
October 15, 2019, 01:47 (GMT)
Merge branch 'blender-v2.81-release'
October 15, 2019, 01:45 (GMT)
Cleanup: Fix warnings
October 15, 2019, 01:45 (GMT)
Cleanup: Use BKE_object_is_visible elsewhere
October 15, 2019, 01:45 (GMT)
Fix T70670: Hidden collections are still rendered by Cycles in the Viewport

Now local collections are fully working with cycles preview, while the
collection visibility bug is fixed.

Local collections were not working with cycles viewport even before the recent
commit to allow users to show collections that are hidden in the view layer.

It just got worse with said commit (0812949bbc3d).

Differential Revision: https://developer.blender.org/D6034
October 15, 2019, 01:45 (GMT)
Fix T69644 / T68586: objects flag unsynced when drag hidden collections

That would lead to crashes and other issues. The solution is not elegant
though, it involves resyncing all the collections again.

Differential Revision: https://developer.blender.org/D6043
October 15, 2019, 01:45 (GMT)
Fix Filebrowser Blender ID filter

When the filtering option was disable we should see all the datablock types.

Differential Revision: https://developer.blender.org/D6033
October 15, 2019, 01:29 (GMT)
Merge branch 'blender-v2.81-release'
October 15, 2019, 01:24 (GMT)
Fix image undo restoring float/byte tiles into the wrong buffer type

This also resolves the (unlikely) issue of undo having uninitialized
zbuf data, now it's cleared instead.
October 15, 2019, 01:06 (GMT)
Merge branch 'blender-v2.81-release'
October 15, 2019, 01:04 (GMT)
Docs: clarify writefile.c file format info
October 15, 2019, 01:02 (GMT)
Docs: clarify writefile.c format text
October 14, 2019, 23:04 (GMT)
Fix incorrect brush falloff flag use

Harmless currently since they're the same value,
would fail if other options were added.
Revision 9a85592 by Julian Eisel
October 14, 2019, 19:07 (GMT)
Fix: First item in File Browser can't be renamed

Stupid mistake in 5edfde58fe60.
October 14, 2019, 16:48 (GMT)
Merge branch 'blender-v2.81-release'
October 14, 2019, 16:46 (GMT)
Py API doc generator: more tweaks to adapt to new release process.

Now we also create a 'version' symlink for master.
Revision f55a547 by Julian Eisel
October 14, 2019, 16:16 (GMT)
Merge branch 'blender-v2.81-release'
October 14, 2019, 16:16 (GMT)
Fix autokeyframe not working on bones mirrored bones

The previous code for this didn't work as the MIRROR bone flag would be
cleared before the autokeyframe code was run.
Revision 7604815 by Julian Eisel
October 14, 2019, 16:13 (GMT)
UI: Add renaming to Node and VSE strip context menu

We should have that consistently everywhere the operation is available.
October 14, 2019, 15:48 (GMT)
Fix autokeyframe not working on bones mirrored bones

The previous code for this didn't work as the MIRROR bone flag would be
cleared before the autokeyframe code was run.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021