Blender Git Commits

Blender Git commits from all branches.

Page: 561 / 2888

January 24, 2021, 02:04 (GMT)
Merge branch 'master' into sculpt-dev
January 24, 2021, 00:41 (GMT)
Merge branch 'master' into temp-geometry-nodes-material-index-attribute
January 24, 2021, 00:19 (GMT)
Merge branch 'master' into temp-geometry-nodes-material-index-attribute
January 24, 2021, 00:18 (GMT)
Merge branch 'master' into temp-geometry-nodes-normal-attribute
January 23, 2021, 20:32 (GMT)
Add material index attribute
January 22, 2021, 22:17 (GMT)
Cleanup and improve comments
January 22, 2021, 22:08 (GMT)
Remove special handling of normals from point distribution
January 22, 2021, 21:23 (GMT)
Refactor the "normal" attribute reading and writing
January 22, 2021, 18:09 (GMT)
Merge branch 'master' into temp-geometry-nodes-normal-attribute
January 22, 2021, 14:33 (GMT)
EEVEE: Depth Of Field: Fix issue with slight focus filtering perf.

The issue was caused by wrong tile values.
January 22, 2021, 14:32 (GMT)
EEVEE: Depth Of Field: Fix issue with neighborhood comparison

The filter was not using the correct UVs.
January 22, 2021, 14:14 (GMT)
Test derived normals write attribute
January 22, 2021, 13:20 (GMT)
Merge branch 'master' into temp-geometry-nodes-normal-attribute
January 22, 2021, 00:07 (GMT)
Geometry Nodes: Support the "normal" attribute

The `normal` attribute is a bit special for a few reasons:
- It has the special CD_NORMAL custom data type even though
it is just a float3.
- It is sometimes stored in the `MVert` array as a vector of
shorts instead of in a separate custom data layer.
- The custom data layer does not have a default name, so we
can't count on addressing it by name.
- It can exist on multiple domains, meaning that polys, vertices,
and corners can all have the "normal" attribute.

All of these combined raise a lot of questions about how to properly
support reading and writing from this attribute. The whole idea that
it should be valid to address an attribute with the same name on
multiple domains is challenging for the attribute code.

This branch currently supports reading normals stored in the `MVert`
layer and in `CD_NORMAL` layers. I'm not at all sure that this is the
ideal way of dealing with this situation, but it's a start.
January 21, 2021, 19:52 (GMT)
Move to header with red icon, add a type switch
January 21, 2021, 18:39 (GMT)
Merge branch 'master' into temp-node-error-messages
January 21, 2021, 15:18 (GMT)
Merge branch 'master' into temp-gpencil-io
January 21, 2021, 15:17 (GMT)
GPencil: Fix merge conflicts

January 21, 2021, 15:15 (GMT)
Merge branch 'master' into temp-gpencil-interpolate

Conflicts:
source/blender/editors/gpencil/gpencil_interpolate.c
January 21, 2021, 15:14 (GMT)
Merge branch 'master' into temp-gpencil-bezier-v2
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021