Blender Git Commit Log

All Blender Git commits.

Page: 574 / 8462

June 9, 2021, 18:05 (GMT)
Merge branch 'master' into temp-geometry-nodes-curve-deform-node
June 9, 2021, 17:32 (GMT)
Merge branch 'master' into geometry-nodes-curve-to-points-node
June 9, 2021, 16:58 (GMT)
Geometry Nodes: Add Convex Hull Node

This commit adds a node to output the convex hull of any input geometry
as a mesh, which is an enclosing geometry around a set of points.
All geometry types are supported, besides volumes.

The code supports operating on instances to avoid copying all input
geometry before the operation. The implementation uses the same backend
as the operation in edit mode, but uses Mesh directly instead of BMesh.

Attribute transfer is not supported currently, but would be a point of
improvement for the future if it can work in a predictable way on
different geometry input types.

Differential Revision: https://developer.blender.org/D10925
June 9, 2021, 16:48 (GMT)
Fix T88974: Add missing liboverrides to GP modifiers and shaderfx.

Proper RNA code was simply never added for those...
June 9, 2021, 16:22 (GMT)
Cleanup: replace 'else if' with 'else'
June 9, 2021, 16:22 (GMT)
Cleanup: redundant/unused assignments
June 9, 2021, 16:22 (GMT)
Cleanup: missing NULL check in assert
June 9, 2021, 16:22 (GMT)
Cleanup: use doxy sections for task_iterator.c
June 9, 2021, 16:22 (GMT)
Fix invalid return value assignment in getEdgeVertexIndices
June 9, 2021, 16:22 (GMT)
Cleanup: quiet array-parameter warning
June 9, 2021, 16:22 (GMT)
Cleanup: spelling in comments
June 9, 2021, 16:22 (GMT)
Cleanup: simplify grease pencil type checks
June 9, 2021, 16:22 (GMT)
Cleanup: simplify grease pencil preset set logic
June 9, 2021, 16:22 (GMT)
Cleanup: remove redundant checks which have already been tested

Note that these changes are limited simple cases as these kinds of
changes could allow for errors when refactoring code when the known
state is not so obvious.
June 9, 2021, 16:21 (GMT)
Fix uninitialized variable in task.MempoolIterTLS test

Error in 14f3b2cdad2d7b00ce3ea27bf8eb0087ac2a6cbd.
Revision 0f156a2 by YimingWu (master)
June 9, 2021, 16:14 (GMT)
LineArt: Camera marker update fix.

The original fix was probably flushed by some newer
line art commits. Fixed.

See https://developer.blender.org/T88464
June 9, 2021, 16:13 (GMT)
LineArt: Add camera marker check.
Revision f42a501 by YimingWu (master)
June 9, 2021, 16:11 (GMT)
Revert "GPencil: Add custom normal entry to bGPDspoint."

This reverts commit f546b0800b9121b24b1292f1ec602ed9964d1848.
June 9, 2021, 16:10 (GMT)
Fix Cycles X viewport passes after baking changes

Changes in passes values breaks synchronization with the values
used for the UI menu.
June 9, 2021, 16:00 (GMT)
USD IO: merge latest umm_add_on branch.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021