Blender Git Commit Log

All Blender Git commits.

Page: 1429 / 8462

July 27, 2020, 20:32 (GMT)
Merge branch 'master' into property-search-ui
July 27, 2020, 20:21 (GMT)
Merge branch 'blender-v2.90-release'
July 27, 2020, 20:19 (GMT)
Fix Sculpt Relax operation when deforming mesh boundaries

Previously, mesh boundaries were relaxed as any other vertex, which was
causing artifacts and unwanted deformation. In order to prevent this,
the mesh filter was using the automasking system to lock the boundary
vertices, which was hacked into the tool. For the brush, the only
solution was to enable boundary automasking to lock those vertices
in plance.

Now the relax vertex function slides the boundary vertices along the
mesh boundary edges, relaxing all the topology correctly while
preserving the shape of the mesh. The automasking hack in the relax
mesh filter was also removed as now vertices slide correctly along
the boundary.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8350
July 27, 2020, 20:16 (GMT)
Merge branch 'master' into soc-2020-outliner
July 27, 2020, 20:04 (GMT)
Fix T79074: Mesh Topology info not being updated after changes

All these data arrays are created for a specific topology, so they should be
freed and updated when the PBVH rebuilds. Previously, this was only
happening when freeing the SculptSession, but it also needs to happen in
BKE_sculpt_update_object_before_eval to avoid reusing out of date data.

Reviewed By: sergey

Maniphest Tasks: T79074

Differential Revision: https://developer.blender.org/D8357
July 27, 2020, 20:02 (GMT)
Fix T79164: Sculpting with smooth shading doesn't update normals

Just a missing update flag

Reviewed By: sergey

Maniphest Tasks: T79164

Differential Revision: https://developer.blender.org/D8364
July 27, 2020, 19:58 (GMT)
Fix T78242: Crash when using a Sculpt color tools that needs connectivity for the first time

When there is no color layer available,
BKE_sculpt_update_object_for_edit creates a new one and tags the mesh
with ID_RECLAC_GEOMETRY, so this layer is inmediatly available when the
tool starts. This also deletes the PBVH and when it is created again in
BKE_sculpt_update_object_after_eval, the pmap is not initialized, making
the tool crash.

This moves the color layer creation to a separate function outside
BKE_sculpt_update_object_for_edit, which now runs after the color
layer is available, so it won't need to update again and the pmap will
still be available when the tool is used.

Reviewed By: sergey

Maniphest Tasks: T78242

Differential Revision: https://developer.blender.org/D8135
July 27, 2020, 18:25 (GMT)
merged from master
July 27, 2020, 17:42 (GMT)
test commit
July 27, 2020, 17:09 (GMT)
GPencil: Scale stroke thickness when use Offset modifier scale
July 27, 2020, 17:02 (GMT)
Merge remote-tracking branch 'origin/blender-v2.90-release'
July 27, 2020, 17:02 (GMT)
Fix USD unit test on buildbot

The buildbot uses a separate `CMAKE_INSTALL_PREFIX`. This means that
the unit test could not find its USD JSON files in the build directory.
Using `${CMAKE_INSTALL_PREFIX}` instead of `$<TARGET_FILE_DIR:blender>`
solved this.
July 27, 2020, 17:01 (GMT)
Partly revert "Fix T77276: Generating Python API docs raises many warnings"

This commit reverts the "noindex" part of the original commit.
using noindex made it imposible to link to a specific property.

The original warnings do not pose an issue so until a proper solution is
found I am reverting this commit.

This reverts commit 953c232db31f1a76f99ceb43119681ce0df1ab17
July 27, 2020, 16:59 (GMT)
GPencil: New function to determine if the stroke has same thickness in all points

July 27, 2020, 16:59 (GMT)
GPencil: Rename export_stroke function

July 27, 2020, 16:55 (GMT)
CTest: Fix blender_test not working on windows.

MSVC does need the wholearchive flag but it was not set,
so no tests were actually linked into the binary.

Reviewed By: sybren

Differential Revision: https://developer.blender.org/D8404
July 27, 2020, 16:36 (GMT)
Fix USD unit test on buildbot

The buildbot uses a separate `CMAKE_INSTALL_PREFIX`. This means that
the unit test could not find its USD JSON files in the build directory.
Using `${CMAKE_INSTALL_PREFIX}` instead of `$<TARGET_FILE_DIR:blender>`
solved this.
July 27, 2020, 16:36 (GMT)
Merge branch 'master' into greasepencil-object
July 27, 2020, 16:35 (GMT)
GPencil: New option to disable fill strokes in SVG export

July 27, 2020, 16:34 (GMT)
Merge branch 'master' into property-search-ui
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021