Blender Git Commits

Blender Git "master" branch commits.

Page: 392 / 5574

February 11, 2021, 19:28 (GMT)
Fix finding system Haru library on Debian.

Paths and names of system packages-installed libhpdf on Debian (and
probably its derived distributions?) are slightly different than what
was given to CMake finding script.
February 11, 2021, 19:13 (GMT)
Cleanup: Python GPU: Use consistent prefixes for local API

It was not following the own documentation at the top code that mentions
that for local API the prefix is "bpygpu_".
February 11, 2021, 17:37 (GMT)
Mesh automated testing: improve progress printing

Print number of total tests with each test to show how many tests have been executed and how many are left.
Example: `Running test 27/36: PlaneFaceSplitByEdges...`

Reviewed By: calra, mont29

Differential Revision: https://developer.blender.org/D10278
February 11, 2021, 17:26 (GMT)
Cleanup: delete comments with test index

Tests are not identified with indexes, so no need to maintain comments with indexes anymore

Reviewed By: calra, mont29

Differential Revision: https://developer.blender.org/D10277
Revision 6a5d17b by Hans Goudey
February 11, 2021, 16:27 (GMT)
Cleanup: Remove unused variable
Revision 05bbe3f by Hans Goudey
February 11, 2021, 16:23 (GMT)
Merge branch 'blender-v2.92-release'
Revision 314525b by Hans Goudey
February 11, 2021, 16:22 (GMT)
Fix T85555: Geometry Nodes: Attribute Vector Math Wrap is broken

This was just a copy and paste error / typo. The proper DNA variable
wasn't used. Thanks @charlie for finding the issue.
February 11, 2021, 14:59 (GMT)
GPencil: Move Autofit parameter from topbar to advanced panel

As this is used only in corner cases, it is better keep in advanced panel.

Also renamed to "Limit to Viewport"

February 11, 2021, 13:42 (GMT)
Merge branch 'blender-v2.92-release'
February 11, 2021, 13:40 (GMT)
Fix T84114: Existence of vertex groups slows down mesh editing

Having a vertex group in a mesh slowed down unrelated operations
such as selection.

De-duplicating custom-data arrays for layers that contain pointers
can become slow without any benefit as the content never matches.

Use full copies when storing custom-data for edit-mesh undo.
February 11, 2021, 12:44 (GMT)
Attributes: support bool attribute in rna

Differential Revision: https://developer.blender.org/D10387
February 11, 2021, 11:34 (GMT)
Merge branch 'blender-v2.92-release'
February 11, 2021, 11:30 (GMT)
Fix T85543: Object Types Visibility missing shading notifier

Caused by rB0f95f51361d7.

Similar to T85515, T84717 and their related fixes.
In this case, add missing shading notifier as in rB9274bd457a25.

Maniphest Tasks: T85543

Differential Revision: https://developer.blender.org/D10395
February 11, 2021, 11:03 (GMT)
Fix T85462: crash in render mode while removing instances

This crash is caused by accessing object data in the kernel at an out of bound index from a deleted instance.

Cycles represents instances as Object nodes sharing the same Geometry node, so we need to tag the GeometryManager for an update if some objects are added or removed as no geometry might have been added or removed in order to properly update the BVH and its associated data arrays.

Regression caused by rBbbe6d4492823.
February 11, 2021, 10:50 (GMT)
Fix T85541: crash when replacing an existing node link

It's not necessary to check if the link has to be removed,
if it was removed already.

This regression was caused by rB8f707a72e81833bb835324ddc635b29dfbe87a9f.
February 11, 2021, 07:16 (GMT)
UI: Multi-input node socket spacing and interaction

This commit makes links connected to multi-input sockets spread verticaly
along the socket. Sockets grow if more links are connected and the node
layout updates accordingly. Links are sorted by their incoming angle
to avoid crossing links. Also, link picking is updated to work with
spread links and bezier links.

Currently the multi-input sockets are used in the join geometry node.

The mutli-input sockets look like a vertical rounded rectangle.
Currently they do not support the other custom socket shapes.

Reviewed By Hans Goudey, with cleanup and additional edits

Differential Revision: https://developer.blender.org/D10181
February 11, 2021, 06:23 (GMT)
Geometry Nodes: Use multi-input socket in join geometry node

This updates the join node to use the new multi-input socket from D10067.
The change just requires slightly changing the arguments of the exec
function, and changing the socket input list.

Note that this commit does not contain the UI changes, it only allows for
more input links, and combines the two sockets into one. The UI changes
will come next.

Reviewed By: Hans Goudey

Differential Revision: https://developer.blender.org/D10069
February 11, 2021, 04:57 (GMT)
Cleanup: remove version check for unsupported cmake version
Revision b0e483c by Hans Goudey
February 11, 2021, 04:54 (GMT)
Fix ASAN report when creating attribute math node

The DNA struct name for the node storage was incorrect.
February 11, 2021, 01:40 (GMT)
Merge branch 'blender-v2.92-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021