This implements the Mix Attributes node as described in T82374.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- temp-geometry-nodes-mix-attributes (branched from master)
- Build Status
Buildable 11547 Build 11547: arc lint + arc unit
Event Timeline
Comment Actions
Looks good to me!
| source/blender/nodes/geometry/nodes/node_geo_attribute_mix.cc | ||
|---|---|---|
| 88 ↗ | (On Diff #31777) | I guess this just uses the alpha from a then? That's a bit odd but I see this function used in similar ways elsewhere, so it's probably fine. |
| 138 ↗ | (On Diff #31777) | This is in a lot of nodes at this point, we should probably have some helper function like in D9819 but for attribute domains instead. No use cases for other domains yet though, so no need for it yet I guess. |