bdk-blender/source/blender/depsgraph
Alexander Gavrilov 26e08cbeb8 Depsgraph: fix spurious cycles with identically named idprops on bones.
If multiple bones have a custom property with the same name,
depsgraph didn't distinguish between them, potentially leading
to spurious cycles.

This patch moves ID_PROPERTY operation nodes for bone custom
properties from the parameters component to individual bone
components, thus decoupling them.

Differential Revision: https://developer.blender.org/D13729
2022-12-02 12:00:16 +01:00
..
intern Depsgraph: fix spurious cycles with identically named idprops on bones. 2022-12-02 12:00:16 +01:00
CMakeLists.txt Geometry Nodes: initial scattering and geometry nodes 2020-12-02 15:38:47 +01:00
DEG_depsgraph_build.h Fix T88250: crash when instancing object in disabled collection 2021-05-26 16:06:01 +02:00
DEG_depsgraph_debug.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
DEG_depsgraph_physics.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
DEG_depsgraph_query.h Geometry Nodes: support geometry components in depsgraph object iterator 2020-12-02 15:38:47 +01:00
DEG_depsgraph.h Fix crash with Alembic export after recent persistent data bugfix 2021-04-19 22:39:36 +02:00