This patch allows passing a field to the modifier as output. In the modifier, the user can choose an attribute name. The attribute will be filled with values computed by the field. This only works for realized mesh/curve/point data. As mentioned in T91376, the output domain is selected in the node group itself. We might want to add this functionality to the modifier later as well, but not now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- output-field-to-modifier (branched from master)
- Build Status
Buildable 17327 Build 17327: arc lint + arc unit
Event Timeline
| source/blender/makesrna/intern/rna_nodetree.c | ||
|---|---|---|
| 10841 | What about this? Attribute domain used by the geometry nodes modifier to create an attribute output "the attribute" seems like it might be a bit confusing when seen out of context. | |
| source/blender/modifiers/intern/MOD_nodes.cc | ||
| 600 | This should probably copy the description to the new property as well. | |
| 949 | I think it would be reasonable to evaluated all output fields at once. Fine to leave that to later, but maybe add a comment? | |