Blender Git Commits

Blender Git commits from all branches.

Page: 267 / 2888

July 4, 2021, 09:21 (GMT)
LineArt: Intersection perf.
July 4, 2021, 06:48 (GMT)
Merge branch 'master' into xr-controller-support
July 4, 2021, 06:46 (GMT)
Physics: enabled drawing for convex hull collision shape and corrected scale of compound child shapes
July 4, 2021, 06:42 (GMT)
XR: Show selection/controller overlays by default
July 4, 2021, 06:40 (GMT)
XR: Fix mirror view not matching navigation

Forgot to update eye poses with viewer pose.
July 4, 2021, 05:27 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
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 4, 2021, 05:26 (GMT)
GPencil: Fix compiler warnings in previous commit

July 4, 2021, 05:26 (GMT)
Cleanup: Fix variable redeclaration warning
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: 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 template utility function to handle OpenVDB grid types in Cycles
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)
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)
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)
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)
Cleanup: Use simpler method to retrieve attribute domain
July 4, 2021, 05:25 (GMT)
Merge remote-tracking branch 'origin/master' into lineart-bvh
July 4, 2021, 05:23 (GMT)
Merge remote-tracking branch 'origin/master' into lineart-bvh
July 4, 2021, 02:07 (GMT)
USD export: write geom bind transform.

Extend skinned mesh writer to create the geom bind transform
attribute.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021