blender/release
Hans Goudey ba1e97f1c6 Geometry Nodes: Field on Domain Node
As described in T98943, this commit adds a node that can
evaluate a field on a separate domain in a larger field context.
This is potentially useful in many cases, to avoid relying on
a separate capture attribute node, which can make it easier
to build reusable fields that don't need geometry inputs.

Internally, the node just evaluates the input field in the larger
field context and then uses the generic domain interpolation,
so the code is simple. One future optimization might be using
the input selection to only evaluate part of the input field, but
then the selection has to be interpolated as well, and that might
not always be worth it.

Differential Revision: https://developer.blender.org/D15289
2022-06-25 11:23:19 -05:00
..
bin Thumbnails: refactor extraction to use one code-path for all platforms 2021-10-20 10:31:30 +11:00
darwin Info.plist: Bump LSMinimumSystemVersion to silence warning 2022-01-14 19:33:06 +05:30
datafiles Cleanup: Simplify syntax in curves draw cache file 2022-06-17 15:11:41 +02:00
freedesktop Docs: 3.1 release description for Linux appdata 2022-03-08 16:55:19 +01:00
license OBJ: use fmt library instead of sprintf for faster formatting 2022-03-27 14:25:48 +03:00
lts Cleanup: use autopep8 on release/lts 2022-04-20 16:18:42 +10:00
scripts Geometry Nodes: Field on Domain Node 2022-06-25 11:23:19 -05:00
text readme.html: replace IRC with blender.chat, fix typo 2022-02-15 11:09:40 +05:30
windows Fix T79801: openvdb cache does not support Unicode paths on windows 2022-06-02 11:18:43 -06:00