Blender Git Commits

Blender Git "lineart-shadow" branch commits.

Page: 26 / 76

July 4, 2021, 09:32 (GMT)
LineArt: Thread isec
July 4, 2021, 09:21 (GMT)
LineArt: Intersection perf.
July 4, 2021, 05:27 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
July 4, 2021, 05:26 (GMT)
Cleanup: Use simpler method to retrieve attribute domain
July 4, 2021, 05:26 (GMT)
Cleanup: Remove unused transform matrix from objects

This was the only reference to this matrix.

https://developer.blender.org/D11770
July 4, 2021, 05:26 (GMT)
Geometry Nodes: Add mesh input warning to curve to mesh node

A point of confusion about this node is that it doesn't work on the
output of the mesh circle primitive node. This patch adds a warning to
help with that. This avoids adding a warning when the geometry set
input has no mesh.

Differential Revision: https://developer.blender.org/D11771
July 4, 2021, 05:26 (GMT)
Build: upgrade NanoVDB library to latest revision

This includes improved handling of OpenVDB trees with inactive voxels,
which previously could throw an error.

Ref T89581, T88438
July 4, 2021, 05:26 (GMT)
Fix T89581: Cycles crash rendering some OpenVDB files with inactive voxels

Print an error message instead.
July 4, 2021, 05:26 (GMT)
Cleanup: use template utility function to handle OpenVDB grid types in Cycles
July 4, 2021, 05:26 (GMT)
Cleanup: Further use of const when accessing evaluated mesh

Also resolve a warning from the previous commit. The next blocker to
using const is `BKE_mesh_wrapper_ensure_mdata`.
July 4, 2021, 05:26 (GMT)
Cleanup: Use const mesh to ensure BVH and triangulation cache

As noted in a comment now, these functions only update a cache, so they
don't change the logical state of the mesh, which is "it will have the
data when necessary." Using a const argument will help const correctness
when accessing an object's evaluated mesh.
July 4, 2021, 05:26 (GMT)
Cleanup: Fix variable redeclaration warning
July 4, 2021, 05:26 (GMT)
GPencil: Fix compiler warnings in previous commit

July 4, 2021, 05:26 (GMT)
Cleanup: Remove unused/unneeded code from old Asset Engine design

This code was written for the File Browser together with the Asset Engine
design, that is not part of the Asset Browser/System design anymore. Updated
comments accordingly.

`FileDirEntryRevision` was actually used, but I removed it and moved the used
members to the parent `FileDirEntry`, since there is no concept of revisions
currently.

There should be no functional changes.
July 3, 2021, 15:15 (GMT)
GPencil: Fix bug in previous commit with Scale

July 3, 2021, 15:05 (GMT)
GPencil: Test weight in Offset Randomize

Test using the vertex weight to modulate randomness
July 2, 2021, 13:06 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
June 30, 2021, 03:26 (GMT)
LineArt: Remove duplicated panel register func.
June 30, 2021, 03:11 (GMT)
LineArt: Remove merge duplicated code.
June 30, 2021, 02:54 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021