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:
authorJacques Lucke <jacques@blender.org>2021-12-14 17:40:16 +0300
committerJacques Lucke <jacques@blender.org>2021-12-14 17:40:27 +0300
commit8e2c9f2dd3118bfdb69ccf0ab2b9f968a854aae4 (patch)
tree7ec789b5e980a9ed572671c3c130db2d125b49de /source/blender/blenkernel/BKE_geometry_set_instances.hh
parentb44a500988f3d6aea631d17ca383c8ced55e4371 (diff)
Geometry Nodes: simplify using selection when evaluating fields
We often had to use two `FieldEvaluator` instances to first evaluate the selection and then the remaining fields. Now both can be done with a single `FieldEvaluator`. This results in less boilerplate code in many cases. Performance is not affected by this change. In a separate patch we could improve performance by reusing evaluated sub-fields that are used by the selection and the other fields. Differential Revision: https://developer.blender.org/D13571
Diffstat (limited to 'source/blender/blenkernel/BKE_geometry_set_instances.hh')
0 files changed, 0 insertions, 0 deletions