Particles keep fighting with the depsgraph... time to get a depsgraph with
time dependencies in it...
Anyhoo, this fixes lack of parenting updates in hierarchies where children
have particles.
This commit is contained in:
Ton Roosendaal
2006-06-20 17:31:41 +00:00
parent 2b0699fc47
commit 76ffb08450

View File

@@ -1551,7 +1551,9 @@ static pMatrixCache *cache_object_matrices(Object *ob, int start, int end)
obcopy->id.newid= NULL;
/* all objects get tagged recalc that influence this object (does group too) */
DAG_object_update_flags(G.scene, ob, G.scene->lay);
/* another hack; while transform you cannot call this, it sets own recalc flags */
if(G.moving==0)
DAG_object_update_flags(G.scene, ob, G.scene->lay);
for(G.scene->r.cfra= start; G.scene->r.cfra<=end; G.scene->r.cfra++, mc++) {