Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-05-27 05:14:59 +0300
committerHans Goudey <h.goudey@me.com>2021-05-27 05:14:59 +0300
commitc97b6215a37e5eca744d54d2e80741af78e1dafc (patch)
treec055f4d633a625b8b6123d25cad041b09d53cb07 /source/blender/modifiers
parentf3944cf503966a93a124e389d9232d7f833c0077 (diff)
Geometry Nodes: Support interpolation between curve domains
This commit adds interpolation from the point domain to the spline domain and the other way around. Before this, spline domain attributes were basically useless, but now they are quite helpful as a way to use a shared value in a contiguous group of points. I implementented a special virtual array for the spline to points conversion, so that conversion should be close to the ideal performance level, but there are a few ways we could optimize the point to spline conversion in the future: - Use a function virtual array to mix the point values for each spline on demand. - Implement a special case for when the input virtual array is one of the virtual arrays from the spline point attributes. In other words, decrease curve attribute access overhead. Differential Revision: https://developer.blender.org/D11376
Diffstat (limited to 'source/blender/modifiers')
0 files changed, 0 insertions, 0 deletions