Blender Git Commits

Blender Git commits from all branches.

Page: 330 / 2888

June 10, 2021, 10:15 (GMT)
Merge branch 'master' into soc-2021-uv-editor-improvements
June 10, 2021, 10:07 (GMT)
support default mode again and have separate default attribute name
June 10, 2021, 09:48 (GMT)
Add missing registration for load/store nodes.
June 10, 2021, 08:48 (GMT)
Cycles X: Log effective list of passes

Useful for debugging purposes.

Log level can be tweaked to become 3 if 2 is considered
too low for this type of info.

Differential Revision: https://developer.blender.org/D11554
June 10, 2021, 08:42 (GMT)
Cycles X: Store offset of first pass type

Will allow to simplify access to passes like AOV.

Differential Revision: https://developer.blender.org/D11553
June 10, 2021, 08:42 (GMT)
Cycles X: Generalize pass flags storage

Use bitfield instead of individual boolean flags.

No functional changes.

Differential Revision: https://developer.blender.org/D11552
June 10, 2021, 08:42 (GMT)
Cycles X: Move pass mapping outside of the class

No functional changes, just avoids use of class as a namespace,
and allows to modify the logic and signature a bit easier.

Differential Revision: https://developer.blender.org/D11551
June 10, 2021, 07:35 (GMT)
Merge branch 'master' into temp-attribute-processor
June 10, 2021, 06:36 (GMT)
adaptive_cloth: initial conversion of cloth modifier to `modifyMesh`
from `deformVerts`

Adaptive remeshing requires the mesh connectivity to change, so the
modifier should be of `eModifierTypeType_Nonconstructive` type and use
the `modifyMesh()` function instead of the `deformVerts()` function.

The next step is to make the `clothModifier_do()` function to take
advantage of the mesh given to it since now that mesh can be edited by
it and returned directly.
June 10, 2021, 00:54 (GMT)
Curve Deform Node: Refactor parameter sorting again
June 9, 2021, 21:51 (GMT)
Merge branch 'master' into temp-geometry-nodes-curve-deform-node
June 9, 2021, 21:43 (GMT)
Merge branch 'master' into temp-geometry-nodes-curve-deform-node
June 9, 2021, 20:15 (GMT)
Merge branch 'master' into geometry-nodes-curve-to-points-node
June 9, 2021, 18:53 (GMT)
Added an AttributeRef struct that is the actual data during node eval.
June 9, 2021, 18:22 (GMT)
Clean up: Refactored and commented
June 9, 2021, 18:06 (GMT)
Cleanup: remove unused code
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:13 (GMT)
LineArt: Add camera marker check.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021