Blender Git Commits

Blender Git commits from all branches.

Page: 117 / 2888

September 2, 2021, 11:00 (GMT)
fix attribute field source deduplication
September 2, 2021, 10:50 (GMT)
Merge branch 'master' into temp-geometry-nodes-fields
September 2, 2021, 10:48 (GMT)
cleanup
September 2, 2021, 10:42 (GMT)
add initial Position and Set Position node
September 2, 2021, 10:41 (GMT)
get more efficient virtual array from MFParams
September 2, 2021, 10:41 (GMT)
improve field evaluator and add geometry context
September 2, 2021, 10:34 (GMT)
Cycles X: Support GPUDisplay with tiled rendering

Allocate GPUDisplay texture for the full frame size, and fill pixels
tile-by-tile as they come.

Will allow to use GPUDisplay for final render display from D12039
together with tiled rendering support from D12309.

Tested by applying on top of the D12309 and forcing tiles in the
viewport.

Differential Revision: https://developer.blender.org/D12370
September 2, 2021, 10:29 (GMT)
Simplify catalog tree creation using std::map

By using std::map with the catalog-component name as key simplifies
creation quite a bit. Generally it seems like the most appropriate
container for storing children in the tree.
September 2, 2021, 09:13 (GMT)
adaptive_cloth: Add dynamic remeshing selection to GUI

Add remeshing type support to both the cloth modifier and the adaptive
remesh modifier.

The basic call for dynamic remesh is also setup, only need to work on
finding the vertex sizing dynamically.
September 2, 2021, 08:42 (GMT)
Merge branch 'master' into cycles-x
September 2, 2021, 08:30 (GMT)
Buildbot config: update to proper paths for SVN branches.
September 2, 2021, 07:02 (GMT)
Merge branch 'master' into temp_bmesh_multires
September 2, 2021, 04:49 (GMT)
Merge branch 'master' into geometry-nodes-level-set-nodes
September 2, 2021, 04:46 (GMT)
Cleanup: Change wording of comments
September 2, 2021, 04:39 (GMT)
Merge branch 'master' into xr-controller-support
September 2, 2021, 04:32 (GMT)
commit before merge
September 2, 2021, 04:27 (GMT)
Remove XrSessionState.reset_navigation() RNA func

Function was unnecessary since XrSessionState.reset_to_base_pose()
will also reset navigation deltas.
September 2, 2021, 04:03 (GMT)
Merge branch 'master' into temp-geometry-nodes-fields
September 1, 2021, 18:47 (GMT)
Sculpt dyntopo

* Wrote a simple fix for drawing face sets
in inverse (ctrl) mode with face set automasking
on.

* Various fixes related to hard edges and smoothing.

* Started writing some code to defragment bmesh mempools.
Need to figure out how to avoid triggering excessive
PBVH node rebuilds.
September 1, 2021, 17:56 (GMT)
Cycles X: put diffuse transmission into diffuse passes again

I thought this would require additional memory, but with the latest code it's
actually not needed.

Fixes T91055
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021