Blender Git Commit Log

All Blender Git commits.

Page: 113 / 8462

November 3, 2021, 14:49 (GMT)
Add a way to specify the original domain of the data.
November 3, 2021, 14:03 (GMT)
Include node name for socket animation channel UI

The channel names were often indistingushable in animation editors.
Now include the node _name_ (unfortunately, getting the _label_ could
result in bad performance in some circustances -- see previous version
of D13085).
Similar to what rB77744b581d08 did for some VSE strip properties.

ref. T91917

Maniphest Tasks: T91917

Differential Revision: https://developer.blender.org/D13085
November 3, 2021, 14:00 (GMT)
UI: Refactor how dragging onto text buttons works, fixing issues

There was a bunch of special handling to support dropping data-blocks onto
string or search-menu buttons, to change the value of these. This refactor
makes that case use the normal drop-box design, where an operator is executed
on drop that gets input properties set by the drop-box. This should also make
it easier to add support for dragging assets into these buttons.

In addition this fixes an issue: Two tooltips were shown when dragging assets
over text buttons. None should be shown, because this isn't supported.
November 3, 2021, 13:24 (GMT)
Merge branch 'blender-v3.0-release'
November 3, 2021, 13:23 (GMT)
Merge branch 'blender-v3.0-release'
November 3, 2021, 13:23 (GMT)
Fix access to current preferences when version patching read preferences

The version patch for 0cf9794c7ef0 was checking and setting a data name
using the macros for translation. These would access the current
preferences which can mismatch the ones currently being version patched.
See discussion in 0cf9794c7ef0 for details.

Don't handle translation in this version patch, which is more of a
"nice-to-have" version patch, no functionality depends on it.
November 3, 2021, 13:22 (GMT)
Fix T92760: Crash erasing GPencil when occlusion test is enabled

`pt0` was read when `NULL` and `is_occluded_pt1` could be read even if
it is not initialized.
November 3, 2021, 12:35 (GMT)
Further simplifications, fix typo.
November 3, 2021, 11:46 (GMT)
Merge branch 'master' into soc-2021-uv-edge-select-support
November 3, 2021, 11:26 (GMT)
Merge branch 'blender-v3.0-release'
November 3, 2021, 11:17 (GMT)
Fix crash dissolving overlapping faces

In rare cases disolving faces would crash, caused by iterator
variable reuse in b29a8a5dfe3d6eb2fbbdecd0d5dffb3d709b9b91.
November 3, 2021, 10:57 (GMT)
UI: Display disabled-hint when dragging material outside object mode

Display a "disabled hint" (text explaining why something isn't possible)
when dragging a material over the 3D View, while being in edit mode or
so (anything that isn't object mode).
November 3, 2021, 10:46 (GMT)
Simplify and cleanup a bit attribute processing.
November 3, 2021, 09:54 (GMT)
Merge branch 'blender-v3.0-release'
November 3, 2021, 09:54 (GMT)
Fix T91862: do type conversion when data enters or exists node group

The geometry node evaluator now has access to the entire socket path
from the node that produces a value to the node that uses it. This allows
the evaluator to make decisions about at which points in the path the
value should be converted. Multiple conversions may be necessary under
some circumstances with nested node groups.

Differential Revision: https://developer.blender.org/D13034
November 3, 2021, 09:42 (GMT)
Fix: make sure geometry owns mesh before taking ownership

Differential Revision: https://developer.blender.org/D13075
November 3, 2021, 04:56 (GMT)
Merge branch 'blender-v3.0-release'
November 3, 2021, 04:55 (GMT)
Sculpt: memory fixes

* Removed a pointer from a sculpt cloth struct.
Due to padding this doubled the size of the
struct. Hopefully this will be nicer on the L3 cache.
* Fixed a nasty memory leak in the smoothing code with multires.
November 3, 2021, 04:52 (GMT)
Fix T92053: Industry compatible key-map fallback tools don't work

Caused by c9d9bfa84ad5cb985e3feccffa702b2f3cc2adf8.

Support for fallback tools with right-click select needed
the industry compatible key-map to be updated.
November 3, 2021, 00:49 (GMT)
Merge branch 'blender-v3.0-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021