Blender Git Commit Log

All Blender Git commits.

Page: 948 / 8462

February 3, 2021, 20:06 (GMT)
Merge branch 'blender-v2.92-release'
February 3, 2021, 20:05 (GMT)
Fix T85230: Face Set Boundary automasking not working with dyntopo

Dyntopo does not have Face Sets implemented yet, so the entire mesh is
considered a single Face Set. In that case, the check unique face set
function should always return true.

Reviewed By: JacquesLucke

Maniphest Tasks: T85230

Differential Revision: https://developer.blender.org/D10259
February 3, 2021, 20:00 (GMT)
Fix T85136: Sculpt geometry extract not using updated mesh

This ensured that the sculpt mode deformation is flushed to the mesh
datablock after leaving sculpt mode, so it can be duplicated and
extracted correctly.

Reviewed By: JacquesLucke

Maniphest Tasks: T85136

Differential Revision: https://developer.blender.org/D10254
February 3, 2021, 19:58 (GMT)
Fix T84370: Project tool not working with shape keys

A missing flush of the deformed PBVH coordinates to the shape key.

Reviewed By: JacquesLucke

Maniphest Tasks: T84370

Differential Revision: https://developer.blender.org/D10174
February 3, 2021, 19:55 (GMT)
Fix memory leak in boundary brush preview data

The edge preview data of the boundary needs to be freed with the
boundary data created for the brush. Also, all data for the
ScultpSession preview that is used to render the cursor needs to be
freed with the ##SculptSession##.

Found by Jacques Lucke

Reviewed By: JacquesLucke

Differential Revision: https://developer.blender.org/D10173
February 3, 2021, 19:04 (GMT)
Cleanup: don't end description with dot
February 3, 2021, 18:58 (GMT)
More progress converting the point distribute node to operations

I might not continue with this approach, it seems like building a
temporary vector of geometry components will be much simpler
February 3, 2021, 18:56 (GMT)
GPencil: First test to center view in mouse position

Still not working for zoom-out
February 3, 2021, 18:26 (GMT)
Sculpt Expand: Enable repeat events for loop count increase/decrease
February 3, 2021, 18:15 (GMT)
Alembic procedural: fix crash when cancelling a render during
synchronization
Revision 9734a78 by Ankit Meel (master)
February 3, 2021, 18:00 (GMT)
macOS: Fix build error due to std::optional<T>::value

Added in rBc5514d3a2a03242ddc43f83be4bb72df7f85469f
February 3, 2021, 17:59 (GMT)
Merge branch 'master' into temp-geometry-nodes-instances-api
February 3, 2021, 17:57 (GMT)
Merge branch 'blender-v2.92-release'

# Conflicts:
# source/blender/editors/transform/transform_constraints.c
February 3, 2021, 17:54 (GMT)
Fix unreported: Rotation Gizmo "C" influenced by custom orientation

The white rotation Gizmo should always use the View orientation.

Before, if you set an orientation for the gizmo other than the default,
that gizmo would behave like the contraint Z Gizmo.
Revision dcb2821 by Ankit Meel (master)
February 3, 2021, 17:50 (GMT)
macOS/GTest: Fix duplicate symbol errors with some generators

Don't force load _and_ link against a library in case
linker fails to deduplicate them.
https://devtalk.blender.org/t/macos-duplicate-symbol-errors/17343

Reviewed By: #platform_macos, brecht
Differential Revision: https://developer.blender.org/D10294
February 3, 2021, 17:49 (GMT)
Sculpt Expand: fix topology recursion and flood fill
February 3, 2021, 17:48 (GMT)
Fix T85340: Gizmo rotation inverted (in some perspective angles)

This is an old bug (strange not to have been reported before).

To define the direction of rotation, the View Vector is used.

However, only the projection matrix was being considered, but in
perspective mode, the position of the pivot also matters.
February 3, 2021, 17:48 (GMT)
Cleanup: Move and rename 'getViewVector' utility

This function is only being used by the constraint code.
February 3, 2021, 17:48 (GMT)
Fix 'getViewVector' returning inverted vector

Despite the wrong value, this change is harmless since the direction of
the vector is not really required.
February 3, 2021, 17:07 (GMT)
install_deps: Update OSL to 1.11.10.

Good news is, this version support LLVM 11.

But it was a serious pain to get working, even ended having to add an
ugly hack to manually specify the OIIO include dir...

Ref: T83631.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021