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 11639 Build 11639: arc lint + arc unit
Event Timeline
Comment Actions
Looks good to me!
| source/blender/nodes/geometry/nodes/node_geo_attribute_mix.cc | ||
|---|---|---|
| 88 | 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 | 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. | |