Blender Git Commit Log

All Blender Git commits.

Page: 126 / 8462

October 29, 2021, 08:45 (GMT)
IDManagement: Remove deprecated `BKE_libblock_relink_to_newid` usages.

Move all usages to new `BKE_libblock_relink_to_newid_new`, and rename
that one to `BKE_libblock_relink_to_newid`.

Fix T91413.
October 29, 2021, 08:39 (GMT)
Cleanup: remove unused function
October 29, 2021, 08:33 (GMT)
VSE: Implement sanity check for files with more channels than supported

This is a follow up to 8fecc2a8525467ee2fbbaae16ddbbc10b3050d46.

This makes sure future .blend files that have more channels than the
limit won't break Blender.

For LTS this happens silently, without warning the users.

This is part of https://developer.blender.org/D12645

Differential Revision: https://developer.blender.org/D12648
October 29, 2021, 08:29 (GMT)
Fix T92499: duplicating geometry nodes modifier causes crash

Calling `remove_unused_references` inside the `modify_geometry_sets` loop
was known to be not entirely reliable before. Now I just moved it out of
the loop which fixes the bug.
October 29, 2021, 08:29 (GMT)
Add missing "CUDA_ERROR_UNSUPPORTED_PTX_VERSION" to CUEW

This is required for Cycles to report a meaningful error message when it fails to load a PTX module
created with a newer CUDA toolkit version than the driver supports.

Ref T91879
October 29, 2021, 08:24 (GMT)
Merge branch 'blender-v3.0-release'
October 29, 2021, 08:24 (GMT)
Fix T88877: 2.93: Crash on recent OSX with a non-English locale.

Looks like OSX changed the default format of its locale, which is not
valid anymore for gettext/boost::locale.

Solution based on investigations and patch by Kieun Mun (@kieuns), with
some further tweaks by Ankit Meel (@ankitm), many thanks.

Also add an exception catcher on `std::runtime_error` in
`bl_locale_set()`, since in OSX catching the ancestor `std::exception`
does not work with `boost::locale::conv::conversion_error` and the like
for some reasons.

Reviewed By: #platform_macos, brecht

Maniphest Tasks: T88877

Differential Revision: https://developer.blender.org/D13019
October 29, 2021, 08:17 (GMT)
Fix LLVM 12 symbol conflict with Mesa drivers, after recent Linux libs update
October 29, 2021, 08:11 (GMT)
Merge branch 'blender-v3.0-release'
October 29, 2021, 08:10 (GMT)
Fix T92324: crash caused by recursive instancing

This fixes one (of possibly multiple) root issues. The collection passed into
the Collection Info node must not contain the current object, because that
would result in a dependency cycle and recursive instancing.
October 29, 2021, 07:49 (GMT)
Merge branch 'blender-v3.0-release'
October 29, 2021, 07:28 (GMT)
Geometry Nodes: do cache invalidation after writing attributes

This is a better and more general fix for T92511 and T92508 than
the ones that I committed before.

Previously, we tagged caches dirty when first accessing attributes.
This led to incorrect caches when under some circumstances. Now
cache invalidation is part of `OutputAttribute.save()`.

A nice side benefit of this change is that it may make things more
efficient in some cases, because we don't invalidate caches when
they don't have to be invalidated.

Differential Revision: https://developer.blender.org/D13009
October 29, 2021, 04:01 (GMT)
Merge branch 'blender-v3.0-release'
October 29, 2021, 04:00 (GMT)
Gizmo: support showing transform gizmos in pose + weight-paint mode

These can be enabled in the gizmos popover.
October 29, 2021, 03:58 (GMT)
Support instancing.

Instances are read as linked duplicates of the source object.
October 29, 2021, 03:01 (GMT)
Merge branch 'blender-v3.0-release'
October 29, 2021, 02:59 (GMT)
Report "Startup file saved" in info editor

This is consistent with saving the preferences.

Ref D12896
October 29, 2021, 02:54 (GMT)
Merge branch 'blender-v3.0-release'
October 29, 2021, 02:49 (GMT)
Cleanup: rename blf_utf8_next_fast to blf_glyph_from_utf8_and_step

Calling this 'fast' no longer made sense as the slower code-path
has been removed.
October 29, 2021, 02:15 (GMT)
Cleanup: remove redundant BLI_UTF8_ERR check
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021