Closed smegason closed 2 years ago
https://blender.stackexchange.com/questions/177962/understanding-what-dependency-cycle-means-why-it-happens-and-if-it-is-a-caus Sounds like dependency cycles are unavoidable in physics simulations since both object depend on each other so maybe not a problem
If create two or more cells then there are dependency cycles created. Can recreate bug using "tests/cell_material.py"
Output in Terminal: Detected 2 dependency cycles Dependency cycle detected: OBCell2_/Geometry Component/GEOMETRYEVAL() depends on OBCell1/Geometry Component/GEOMETRYEVAL() via 'Cloth Collision' OBCell2/Geometry Component/GEOMETRY_EVAL() via 'Cloth Collision'