Blender Git Commits

Blender Git "master" branch commits.

Page: 840 / 5574

April 2, 2020, 13:07 (GMT)
Revert "Fix T72688: Vertex Group Weights in Edit Mode Occludes In Front Armatures"

This reverts commit 782e6ea4edd9cb09f2583c8f28a24d6330dc6ce8.

Said fix introduced a crash the moment one goes to edit mode.
April 2, 2020, 13:03 (GMT)
CMake: Add alembic boost dependency

When building lite + alembic + boost cmake would turn
boost off because it deemed it not needed leading to
build errors.
Revision 53d029d by Julian Eisel
April 2, 2020, 11:50 (GMT)
Cleanup: Avoid complex template type for XR-Swapchain

I rather avoid types like
`std::vector<std::unique_ptr<GHOST_XrSwapchain>>`, which is easy to do
in this case.
April 2, 2020, 09:49 (GMT)
Fix T72688: Vertex Group Weights in Edit Mode Occludes In Front Armatures

Due to legacy this overlay was implemented twice (Edit Mesh and Weight
Painting) with different results. This patch consolidates both drawing
and uses only the Weight Painting drawing.

Reviewed By: Cl�ment Foucault

Differential Revision: https://developer.blender.org/D7289
April 2, 2020, 08:34 (GMT)
Fluids: improve subframe handling

Reviewers: sebbas

Differential Revision: https://developer.blender.org/D7256
April 2, 2020, 07:39 (GMT)
Sculpt: Give a brief explanation of undo stack

Should make it a bit more clear overview of what is going on in this
module. While some of the details might still be missing, having some
sort of top-level overview is better than nothing.

Differential Revision: https://developer.blender.org/D7300
April 2, 2020, 07:38 (GMT)
Sculpt Undo: Fix multires undo for interleaved nodes

Made it so grids array is properly allocated when first node in the
undo list does not contain grid data.

Differential Revision: https://developer.blender.org/D7299
April 1, 2020, 17:35 (GMT)
Fix T75283: GPencil Stroke created by `Merge points` can't have fill material
April 1, 2020, 16:00 (GMT)
Fix T75271: GPencil Segment select mode doesn't work

The selection was workring with the evaluated data, but need work with the original data.
April 1, 2020, 14:21 (GMT)
Fix T74224: Add missing depsgraph relations for boid particles

Reviewers: brecht

Differential Revision: https://developer.blender.org/D7302
Revision f047d47 by Omar Emara
April 1, 2020, 12:48 (GMT)
Cycles: AVX implantation of Perlin noise.

This patch adds an AVX implementation of Perlin noise in Cycles.
An avxi type was also added as a utility based on the respective
type in Intel Embree.

Only 3D and 4D noise were implemented, there is no benefit for
utilizing AVX in 1D and 2D noise. The SSE trilinear interpolation
function was used in the AVX implementation because there is no
benefit from using AVX in interpolating the last three dimensions.

Differential Revision: https://developer.blender.org/D6680
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup Volume runtime data.
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup CacheFile runtime data.
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup MovieClip runtime data.
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup GPencil data.

Note: Not clearing the whole runtime data here, as this is not done in
matching read code, not sure why, needs further investigation...
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup Nodetree runtime data.

Note: As with collections, this does not affect embedded nodetrees from
material etc. We prpbably need to tackle those as well at some point...
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup Armature runtime data.
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup Collection runtime data.
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup Soung runtime data.
April 1, 2020, 10:39 (GMT)
Writefile: Cleanup World runtime data.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021