Fix T53547 for real now

Original fix was assuming that particle init operation is updated on every
frame, which is wrong behavior and that was fixed in previous commit to the
original bugfix.
This commit is contained in:
Sergey Sharybin 2017-12-19 08:56:11 +01:00
parent e418c858ab
commit a0fa404deb
1 changed files with 1 additions and 1 deletions

View File

@ -1386,7 +1386,7 @@ void DepsgraphRelationBuilder::build_particles(Object *object)
if (part->dup_ob->type == OB_MBALL) {
ComponentKey dup_geometry_key(&part->dup_ob->id,
DEG_NODE_TYPE_GEOMETRY);
add_relation(psys_key,
add_relation(obdata_ubereval_key,
dup_geometry_key,
"Particle MBall Visualization");
}