Cycles: Tag particle systems after syncing to make sure the particle system manager updates the device data.

This commit is contained in:
Lukas Toenne
2012-08-31 19:39:03 +00:00
parent 9e3fa15d4b
commit cabdeec0c0

View File

@@ -179,6 +179,8 @@ void BlenderSync::sync_particles(BL::Object b_ob, BL::ParticleSystem b_psys)
++index;
}
psys->tag_update(scene);
}
}