Bforartists / Manual

The Bforartists Manual
17 stars 6 forks source link

Geometry Nodes - Capture Attribute now can capture multiple attributes #632

Closed Draise14 closed 3 weeks ago

Draise14 commented 4 weeks ago

image

Kinda neat new feature this. Will make trees cleaner and more performant.

Details SHA-1: 28cef56ad2866993a4bd7ef1a4bb42da69dffaa6 * Geometry Nodes: support capturing multiple attributes at once By capturing multiple attributes with one node, the user can make sure that those are evaluated together in the same context. This can be quite a bit more efficient compared to capturing multiple fields separately (also because we don't optimize grouping multiple capture nodes together yet). The change is fully backward compatible. Forward compatibility has been added for some cases. Especially, files created in older versions that are saved with this newer version will still work in the older version. Co-authored-by: Hans Goudey Pull Request: https://projects.blender.org/blender/blender/pulls/121665
ReinerBforartists commented 3 weeks ago

Fixed