Blender Git Commits

Blender Git "master" branch commits.

Page: 297 / 5574

April 26, 2021, 17:21 (GMT)
Merge branch 'blender-v2.93-release'
April 26, 2021, 17:19 (GMT)
Fix: crash after recent commit

This was a mistake in rBb67fe05d4bea2d3c9efbd127e9d9dc3a897e89e6.
April 26, 2021, 16:05 (GMT)
Merge branch 'blender-v2.93-release'
April 26, 2021, 16:00 (GMT)
Fix T87771: Immediate Crash on "Edit Source" in Compositor

Caused by {rB278011e44d43}.

Framebuffer management since above commit now seems to require region
bind/unbind in for the operator to be able to redraw correctly without
using the same framebuffer in multiple contexts.

Maniphest Tasks: T87771

Differential Revision: https://developer.blender.org/D11084
Revision c266632 by YimingWu
April 26, 2021, 15:40 (GMT)
LineArt: UI fixes to match the content for 2.93 manual.

Reviewed by: Sebastian Parborg

Differential Revision: https://developer.blender.org/D11089
April 26, 2021, 14:44 (GMT)
Merge branch 'blender-v2.93-release'
April 26, 2021, 14:35 (GMT)
Depsgraph: support depending on collection geometry

This fixes T87666 and T83252.

The boolean modifier and geometry nodes can depend on the geometry
of an entire collection. Before, the modifiers had to manually create relations
to all the objects in the collection. This worked for the most part, but was
cumbersome and did not solve all issues. For example, the modifiers were not
properly updated when objects were added/removed from the referenced collection.

This commit introduces the concept of "collection geometry" in the depsgraph.
The geometry of a collection depends on the transforms and geometry of all
the objects in it. The boolean modifier and geometry nodes can now just depend
on the collection geometry instead of creating all the dependencies themselves.

Differential Revision: https://developer.blender.org/D11053
April 26, 2021, 12:58 (GMT)
Cleanup: remove use of deprecated uint32, utin16 types
April 26, 2021, 12:58 (GMT)
Cleanup: compiler warning
April 26, 2021, 12:58 (GMT)
Cleanup: spelling
April 26, 2021, 12:55 (GMT)
Cycles: Fix build with OptiX 7.3 SDK
April 26, 2021, 12:35 (GMT)
Cleanup: Rearrange the functions in 'transform_convert_mesh.c'

The creation of `TransCustomData` is best located at the beginning of the
file as it is a specific struct of the file and can be used a lot locally.
April 26, 2021, 07:47 (GMT)
DeprecationWarning fix

This gets rid of a `DeprecationWarning` in bpy_types.py caused by invalid escape sequences.
More info here: https://docs.python.org/3/library/re.html

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D10998
April 26, 2021, 07:16 (GMT)
Merge branch 'blender-v2.93-release'
April 26, 2021, 07:09 (GMT)
Spreadsheet: combine vector/color spreadsheet columns

Differential Revision: https://developer.blender.org/D11056
April 26, 2021, 05:52 (GMT)
Remove print during compilation.
April 26, 2021, 03:47 (GMT)
Cleanup: inconsistent naming for screen editing variables & args
Revision 36c4b79 by Hans Goudey
April 26, 2021, 02:45 (GMT)
Merge branch 'blender-v2.93-release'
Revision f2d70c0 by Hans Goudey
April 26, 2021, 02:42 (GMT)
Fix (unreported): Geometry nodes instance ids not copied or cleared

Though to my knowledge we haven't had a report about this yet, this
looks like a clear oversight-- the ids are just more data stored by the
instances component, and should be cleared and copied like other data.

This might have resulted in incorrect random IDs for instances in
renderers in some cases where the component had to be copied.
April 26, 2021, 01:39 (GMT)
Fix T87777: Fix typo in Prefs Scripts Dir tooltip

Correction to Prefs tooltip mention of 'add-ons' folder in Scripts Dir.

Differential Revision: https://developer.blender.org/D11064

Reviewed by Harley Acheson
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021