[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16929] trunk/blender/source/blender/ blenkernel/intern/particle_system.c: Fix for [#17758] Particle Caching Problem

Janne Karhu jhkarh at utu.fi
Sun Oct 5 11:44:46 CEST 2008


Revision: 16929
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16929
Author:   jhk
Date:     2008-10-05 11:44:46 +0200 (Sun, 05 Oct 2008)

Log Message:
-----------
Fix for [#17758] Particle Caching Problem
-A line initializing particles from pre-cache days was still in place causing the wrong behavior.

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/intern/particle_system.c

Modified: trunk/blender/source/blender/blenkernel/intern/particle_system.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/particle_system.c	2008-10-05 09:27:14 UTC (rev 16928)
+++ trunk/blender/source/blender/blenkernel/intern/particle_system.c	2008-10-05 09:44:46 UTC (rev 16929)
@@ -3973,9 +3973,6 @@
 			}
 			pa->size=psys_get_size(ob,ma,psmd,icu_esize,psys,part,pa,vg_size);
 
-			if(part->type==PART_REACTOR)
-				initialize_particle(pa,p,ob,psys,psmd);
-
 			reset_particle(pa,psys,psmd,ob,dtime,cfra,vg_vel,vg_tan,vg_rot);
 
 			if(cfra>pa->time && part->flag & PART_LOOP && part->type!=PART_HAIR){





More information about the Bf-blender-cvs mailing list