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-04-26 17:35:22 +0300
committerJacques Lucke <jacques@blender.org>2021-04-26 17:35:22 +0300
commitb67fe05d4bea2d3c9efbd127e9d9dc3a897e89e6 (patch)
tree088364c494e90748663f0e29fec61dc8da9149a5 /source/blender/functions/intern/generic_virtual_vector_array.cc
parenta65d5dadeb610a8262acb0d9a57b3a15eec14e96 (diff)
Depsgraph: support depending on collection geometry
This fixes T87666 and T83252. The boolean modifier and geometry nodes can depend on the geometry of an entire collection. Before, the modifiers had to manually create relations to all the objects in the collection. This worked for the most part, but was cumbersome and did not solve all issues. For example, the modifiers were not properly updated when objects were added/removed from the referenced collection. This commit introduces the concept of "collection geometry" in the depsgraph. The geometry of a collection depends on the transforms and geometry of all the objects in it. The boolean modifier and geometry nodes can now just depend on the collection geometry instead of creating all the dependencies themselves. Differential Revision: https://developer.blender.org/D11053
Diffstat (limited to 'source/blender/functions/intern/generic_virtual_vector_array.cc')
0 files changed, 0 insertions, 0 deletions