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:
authorLukas Toenne <lukas.toenne@googlemail.com>2012-08-31 23:39:03 +0400
committerLukas Toenne <lukas.toenne@googlemail.com>2012-08-31 23:39:03 +0400
commitcabdeec0c0463a172ca76cbc8f8af88cee63eb2f (patch)
treed5208125503ad7cb5d4498f59692cb1789f91220
parent9e3fa15d4b3e22127471a7451a49b594cf6275a0 (diff)
Cycles: Tag particle systems after syncing to make sure the particle system manager updates the device data.
-rw-r--r--intern/cycles/blender/blender_particles.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/blender/blender_particles.cpp b/intern/cycles/blender/blender_particles.cpp
index 74142f481ed..e5de389592b 100644
--- a/intern/cycles/blender/blender_particles.cpp
+++ b/intern/cycles/blender/blender_particles.cpp
@@ -179,6 +179,8 @@ void BlenderSync::sync_particles(BL::Object b_ob, BL::ParticleSystem b_psys)
++index;
}
+
+ psys->tag_update(scene);
}
}